Html Css Color HEX #CC8CCC Lilac

📋 copy color: '#CC8CCC'

red 204 ◦ green 140 ◦ blue 204

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

Shades of Lilac #CC8CCC

Tints of Lilac #CC8CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.55%

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 37.23%
G = 25.55%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC8CCC (or 0xCC8CCC) is known color: Lilac. HEX triplet: CC, 8C and CC. RGB value is (204,140,204). Sum of RGB (Red+Green+Blue) = 204+140+204=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CCC is #337333. Grayscale: #A6A6A6. Windows color (decimal): -3371828 or 13405388. OLE color: 13405388.

HSL color Cylindrical-coordinate representation of color #CC8CCC: hue angle of 300º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8CCC is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 204 -
CMYK 0 0.31 0 0.2
HSL 300º 0.39% 0.67% -
HSV(B) 300º 0.31% 0.8% -
XYZ 45.18 35.95 61.69 -
YUV 166.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 204 140 204 0 0.31 0 0.2 300 0.39 0.67
Hex CC 8C CC 0 1F 0 14 12C 27 43
Octal 314 214 314 0 37 0 24 454 47 103
Binary 11001100 10001100 11001100 0 11111 0 10100 100101100 100111 1000011

Color Harmonies of #CC8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CCC

Black with #CC8CCC

Text Example


Text Example

White with #CC8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CCC; }

 p { color: rgb(204,140,204); }

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

background-color css

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

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

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

border-color css

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

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

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