Html Css Color HEX #CC8ACC Lilac

📋 copy color: '#CC8ACC'

red 204 ◦ green 138 ◦ blue 204

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

Shades of Lilac #CC8ACC

Tints of Lilac #CC8ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.27%

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

R = 37.36%
G = 25.27%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC8ACC (or 0xCC8ACC) is known color: Lilac. HEX triplet: CC, 8A and CC. RGB value is (204,138,204). Sum of RGB (Red+Green+Blue) = 204+138+204=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ACC is #337533. Grayscale: #A5A5A5. Windows color (decimal): -3372340 or 13404876. OLE color: 13404876.

HSL color Cylindrical-coordinate representation of color #CC8ACC: 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.32%. Process color model (Four color, CMYK) of #CC8ACC is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 204 -
CMYK 0 0.32 0 0.2
HSL 300º 0.39% 0.67% -
HSV(B) 300º 0.32% 0.8% -
XYZ 44.89 35.37 61.59 -
YUV 165.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 204 138 204 0 0.32 0 0.2 300 0.39 0.67
Hex CC 8A CC 0 20 0 14 12C 27 43
Octal 314 212 314 0 40 0 24 454 47 103
Binary 11001100 10001010 11001100 0 100000 0 10100 100101100 100111 1000011

Color Harmonies of #CC8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8ACC

Black with #CC8ACC

Text Example


Text Example

White with #CC8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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