Html Css Color HEX #CE6EBB Orchid

📋 copy color: '#CE6EBB'

red 206 ◦ green 110 ◦ blue 187

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

Shades of Orchid #CE6EBB

Tints of Orchid #CE6EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 40.95%
G = 21.87%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE6EBB (or 0xCE6EBB) is known color: Orchid. HEX triplet: CE, 6E and BB. RGB value is (206,110,187). Sum of RGB (Red+Green+Blue) = 206+110+187=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EBB is #319144. Grayscale: #939393. Windows color (decimal): -3248453 or 12283598. OLE color: 12283598.

HSL color Cylindrical-coordinate representation of color #CE6EBB: hue angle of 311.88º 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 #CE6EBB is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 110 187 -
CMYK 0 0.47 0.09 0.19
HSL 311.88º 0.49% 0.62% -
HSV(B) 311.88º 0.47% 0.81% -
XYZ 40 27.86 50.28 -
YUV 147.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 206 110 187 0 0.47 0.09 0.19 311.88 0.49 0.62
Hex CE 6E BB 0 2F 9 13 138 31 3E
Octal 316 156 273 0 57 11 23 470 61 76
Binary 11001110 1101110 10111011 0 101111 1001 10011 100111000 110001 111110

Color Harmonies of #CE6EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EBB

Black with #CE6EBB

Text Example


Text Example

White with #CE6EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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