Html Css Color HEX #CA8DC9 Lilac

📋 copy color: '#CA8DC9'

red 202 ◦ green 141 ◦ blue 201

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

Shades of Lilac #CA8DC9

Tints of Lilac #CA8DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.92%

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 37.13%
G = 25.92%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA8DC9 (or 0xCA8DC9) is known color: Lilac. HEX triplet: CA, 8D and C9. RGB value is (202,141,201). Sum of RGB (Red+Green+Blue) = 202+141+201=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DC9 is #357236. Grayscale: #A5A5A5. Windows color (decimal): -3502647 or 13209034. OLE color: 13209034.

HSL color Cylindrical-coordinate representation of color #CA8DC9: hue angle of 300.98º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DC9 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 141 201 -
CMYK 0 0.30 0.00 0.21
HSL 300.98º 0.37% 0.67% -
HSV(B) 300.98º 0.3% 0.79% -
XYZ 44.42 35.82 59.83 -
YUV 166.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 202 141 201 0 0.30 0.00 0.21 300.98 0.37 0.67
Hex CA 8D C9 0 1E 0 15 12D 25 43
Octal 312 215 311 0 36 0 25 455 45 103
Binary 11001010 10001101 11001001 0 11110 0 10101 100101101 100101 1000011

Color Harmonies of #CA8DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8DC9

Black with #CA8DC9

Text Example


Text Example

White with #CA8DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8DC9; }

 p { color: rgb(202,141,201); }

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

background-color css

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

 a { background-color: rgb(202,141,201); }

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

border-color css

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

 span { border-color: rgb(202,141,201); }

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