Html Css Color HEX #CA88C2 Lilac

📋 copy color: '#CA88C2'

red 202 ◦ green 136 ◦ blue 194

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

Shades of Lilac #CA88C2

Tints of Lilac #CA88C2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.56%

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

R = 37.97%
G = 25.56%
B = 36.47%

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

#CA88C2 (or 0xCA88C2) is known color: Lilac. HEX triplet: CA, 88 and C2. RGB value is (202,136,194). Sum of RGB (Red+Green+Blue) = 202+136+194=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88C2 is #35773D. Grayscale: #A2A2A2. Windows color (decimal): -3503934 or 12749002. OLE color: 12749002.

HSL color Cylindrical-coordinate representation of color #CA88C2: hue angle of 307.27º degrees, saturation: 0.38, 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 #CA88C2 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 194 -
CMYK 0 0.33 0.04 0.21
HSL 307.27º 0.38% 0.66% -
HSV(B) 307.27º 0.33% 0.79% -
XYZ 42.9 34.06 55.35 -
YUV 162.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 202 136 194 0 0.33 0.04 0.21 307.27 0.38 0.66
Hex CA 88 C2 0 21 4 15 133 26 42
Octal 312 210 302 0 41 4 25 463 46 102
Binary 11001010 10001000 11000010 0 100001 100 10101 100110011 100110 1000010

Color Harmonies of #CA88C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88C2

Black with #CA88C2

Text Example


Text Example

White with #CA88C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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