Html Css Color HEX #CC86CA Lilac

📋 copy color: '#CC86CA'

red 204 ◦ green 134 ◦ blue 202

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

Shades of Lilac #CC86CA

Tints of Lilac #CC86CA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.81%

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 37.78%
G = 24.81%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC86CA (or 0xCC86CA) is known color: Lilac. HEX triplet: CC, 86 and CA. RGB value is (204,134,202). Sum of RGB (Red+Green+Blue) = 204+134+202=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86CA is #337935. Grayscale: #A2A2A2. Windows color (decimal): -3373366 or 13272780. OLE color: 13272780.

HSL color Cylindrical-coordinate representation of color #CC86CA: hue angle of 301.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC86CA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 202 -
CMYK 0 0.34 0.01 0.2
HSL 301.71º 0.41% 0.66% -
HSV(B) 301.71º 0.34% 0.8% -
XYZ 44.09 34.15 60.15 -
YUV 162.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 204 134 202 0 0.34 0.01 0.2 301.71 0.41 0.66
Hex CC 86 CA 0 22 1 14 12E 29 42
Octal 314 206 312 0 42 1 24 456 51 102
Binary 11001100 10000110 11001010 0 100010 1 10100 100101110 101001 1000010

Color Harmonies of #CC86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86CA

Black with #CC86CA

Text Example


Text Example

White with #CC86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86CA; }

 p { color: rgb(204,134,202); }

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

background-color css

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

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

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

border-color css

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

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

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