Html Css Color HEX #CA87C2 Lilac

📋 copy color: '#CA87C2'

red 202 ◦ green 135 ◦ blue 194

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

Shades of Lilac #CA87C2

Tints of Lilac #CA87C2

RGB

 RED value IS 202 (79.3% from 255) = 38.04%

 GREEN value IS 135 (53.13% from 255) = 25.42%

 BLUE value IS 194 (76.17% from 255) = 36.53%

R = 38.04%
G = 25.42%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA87C2 (or 0xCA87C2) is known color: Lilac. HEX triplet: CA, 87 and C2. RGB value is (202,135,194). Sum of RGB (Red+Green+Blue) = 202+135+194=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87C2 is #35783D. Grayscale: #A1A1A1. Windows color (decimal): -3504190 or 12748746. OLE color: 12748746.

HSL color Cylindrical-coordinate representation of color #CA87C2: hue angle of 307.16º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA87C2 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 135 194 -
CMYK 0 0.33 0.04 0.21
HSL 307.16º 0.39% 0.66% -
HSV(B) 307.16º 0.33% 0.79% -
XYZ 42.76 33.78 55.31 -
YUV 161.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 202 135 194 0 0.33 0.04 0.21 307.16 0.39 0.66
Hex CA 87 C2 0 21 4 15 133 27 42
Octal 312 207 302 0 41 4 25 463 47 102
Binary 11001010 10000111 11000010 0 100001 100 10101 100110011 100111 1000010

Color Harmonies of #CA87C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA87C2

Black with #CA87C2

Text Example


Text Example

White with #CA87C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA87C2; }

 p { color: rgb(202,135,194); }

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

background-color css

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

 a { background-color: rgb(202,135,194); }

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

border-color css

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

 span { border-color: rgb(202,135,194); }

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