Html Css Color HEX #CE6EB9 Orchid

📋 copy color: '#CE6EB9'

red 206 ◦ green 110 ◦ blue 185

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

Shades of Orchid #CE6EB9

Tints of Orchid #CE6EB9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 41.12%
G = 21.96%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE6EB9 (or 0xCE6EB9) is known color: Orchid. HEX triplet: CE, 6E and B9. RGB value is (206,110,185). Sum of RGB (Red+Green+Blue) = 206+110+185=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EB9 is #319146. Grayscale: #939393. Windows color (decimal): -3248455 or 12152526. OLE color: 12152526.

HSL color Cylindrical-coordinate representation of color #CE6EB9: hue angle of 313.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6EB9 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 110 185 -
CMYK 0 0.47 0.10 0.19
HSL 313.13º 0.49% 0.62% -
HSV(B) 313.13º 0.47% 0.81% -
XYZ 39.79 27.78 49.16 -
YUV 147.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 206 110 185 0 0.47 0.10 0.19 313.13 0.49 0.62
Hex CE 6E B9 0 2F A 13 139 31 3E
Octal 316 156 271 0 57 12 23 471 61 76
Binary 11001110 1101110 10111001 0 101111 1010 10011 100111001 110001 111110

Color Harmonies of #CE6EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EB9

Black with #CE6EB9

Text Example


Text Example

White with #CE6EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EB9; }

 p { color: rgb(206,110,185); }

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

background-color css

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

 a { background-color: rgb(206,110,185); }

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

border-color css

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

 span { border-color: rgb(206,110,185); }

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