Html Css Color HEX #CA91D2 Lilac

📋 copy color: '#CA91D2'

red 202 ◦ green 145 ◦ blue 210

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

Shades of Lilac #CA91D2

Tints of Lilac #CA91D2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.03%

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 36.27%
G = 26.03%
B = 37.7%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA91D2 (or 0xCA91D2) is known color: Lilac. HEX triplet: CA, 91 and D2. RGB value is (202,145,210). Sum of RGB (Red+Green+Blue) = 202+145+210=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA91D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91D2 is #356E2D. Grayscale: #A9A9A9. Windows color (decimal): -3501614 or 13799882. OLE color: 13799882.

HSL color Cylindrical-coordinate representation of color #CA91D2: hue angle of 292.62º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA91D2 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 145 210 -
CMYK 0.04 0.31 0 0.18
HSL 292.62º 0.42% 0.7% -
HSV(B) 292.62º 0.31% 0.82% -
XYZ 46.12 37.46 65.77 -
YUV 169.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 202 145 210 0.04 0.31 0 0.18 292.62 0.42 0.7
Hex CA 91 D2 4 1F 0 12 125 2A 46
Octal 312 221 322 4 37 0 22 445 52 106
Binary 11001010 10010001 11010010 100 11111 0 10010 100100101 101010 1000110

Color Harmonies of #CA91D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA91D2

Black with #CA91D2

Text Example


Text Example

White with #CA91D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA91D2; }

 p { color: rgb(202,145,210); }

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

background-color css

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

 a { background-color: rgb(202,145,210); }

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

border-color css

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

 span { border-color: rgb(202,145,210); }

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