Html Css Color HEX #CC8EBC Lily

📋 copy color: '#CC8EBC'

red 204 ◦ green 142 ◦ blue 188

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

Shades of Lily #CC8EBC

Tints of Lily #CC8EBC

RGB

 RED value IS 204 (80.08% from 255) = 38.2%

 GREEN value IS 142 (55.86% from 255) = 26.59%

 BLUE value IS 188 (73.83% from 255) = 35.21%

R = 38.2%
G = 26.59%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC8EBC (or 0xCC8EBC) is known color: Lily. HEX triplet: CC, 8E and BC. RGB value is (204,142,188). Sum of RGB (Red+Green+Blue) = 204+142+188=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EBC is #337143. Grayscale: #A5A5A5. Windows color (decimal): -3371332 or 12357324. OLE color: 12357324.

HSL color Cylindrical-coordinate representation of color #CC8EBC: hue angle of 315.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8EBC is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 142 188 -
CMYK 0 0.30 0.08 0.2
HSL 315.48º 0.38% 0.68% -
HSV(B) 315.48º 0.3% 0.8% -
XYZ 43.65 35.81 52.19 -
YUV 165.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 204 142 188 0 0.30 0.08 0.2 315.48 0.38 0.68
Hex CC 8E BC 0 1E 8 14 13B 26 44
Octal 314 216 274 0 36 10 24 473 46 104
Binary 11001100 10001110 10111100 0 11110 1000 10100 100111011 100110 1000100

Color Harmonies of #CC8EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8EBC

Black with #CC8EBC

Text Example


Text Example

White with #CC8EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8EBC; }

 p { color: rgb(204,142,188); }

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

background-color css

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

 a { background-color: rgb(204,142,188); }

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

border-color css

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

 span { border-color: rgb(204,142,188); }

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