Html Css Color HEX #CE73B6 Orchid

📋 copy color: '#CE73B6'

red 206 ◦ green 115 ◦ blue 182

#CE73B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CE73B6

Tints of Orchid #CE73B6

RGB

 RED value IS 206 (80.86% from 255) = 40.95%

 GREEN value IS 115 (45.31% from 255) = 22.86%

 BLUE value IS 182 (71.48% from 255) = 36.18%

R = 40.95%
G = 22.86%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE73B6 (or 0xCE73B6) is known color: Orchid. HEX triplet: CE, 73 and B6. RGB value is (206,115,182). Sum of RGB (Red+Green+Blue) = 206+115+182=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73B6 is #318C49. Grayscale: #959595. Windows color (decimal): -3247178 or 11957198. OLE color: 11957198.

HSL color Cylindrical-coordinate representation of color #CE73B6: hue angle of 315.82º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE73B6 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 182 -
CMYK 0 0.44 0.12 0.19
HSL 315.82º 0.48% 0.63% -
HSV(B) 315.82º 0.44% 0.81% -
XYZ 40.03 28.76 47.7 -
YUV 149.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 206 115 182 0 0.44 0.12 0.19 315.82 0.48 0.63
Hex CE 73 B6 0 2C C 13 13C 30 3F
Octal 316 163 266 0 54 14 23 474 60 77
Binary 11001110 1110011 10110110 0 101100 1100 10011 100111100 110000 111111

Color Harmonies of #CE73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73B6

Black with #CE73B6

Text Example


Text Example

White with #CE73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73B6; }

 p { color: rgb(206,115,182); }

 H1.HeaderClassName
 {
   color: #CE73B6;
 }
 .AnyTagClassName
 {
   color: #CE73B6;
 }
</style>

background-color css

<style>
 a { background-color: #CE73B6; }

 a { background-color: rgb(206,115,182); }

 div.DivClassName
 {
   background-color: #CE73B6;
 }
 .BgClassName
 {
   background-color: #CE73B6;
 }
</style>

border-color css

<style>
 span { border-color: #CE73B6; }

 span { border-color: rgb(206,115,182); }

 td.TdClassName
 {
   border-color: #CE73B6;
 }
 .TagClassName
 {
   border-color: #CE73B6;
 }
</style>