Html Css Color HEX #CA8AD1 Lilac

📋 copy color: '#CA8AD1'

red 202 ◦ green 138 ◦ blue 209

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

Shades of Lilac #CA8AD1

Tints of Lilac #CA8AD1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.14%

 BLUE value IS 209 (82.03% from 255) = 38.07%

R = 36.79%
G = 25.14%
B = 38.07%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA8AD1 (or 0xCA8AD1) is known color: Lilac. HEX triplet: CA, 8A and D1. RGB value is (202,138,209). Sum of RGB (Red+Green+Blue) = 202+138+209=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AD1 is #35752E. Grayscale: #A5A5A5. Windows color (decimal): -3503407 or 13732554. OLE color: 13732554.

HSL color Cylindrical-coordinate representation of color #CA8AD1: hue angle of 294.08º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8AD1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 138 209 -
CMYK 0.03 0.34 0 0.18
HSL 294.08º 0.44% 0.68% -
HSV(B) 294.08º 0.34% 0.82% -
XYZ 44.95 35.34 64.77 -
YUV 165.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 202 138 209 0.03 0.34 0 0.18 294.08 0.44 0.68
Hex CA 8A D1 3 22 0 12 126 2C 44
Octal 312 212 321 3 42 0 22 446 54 104
Binary 11001010 10001010 11010001 11 100010 0 10010 100100110 101100 1000100

Color Harmonies of #CA8AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AD1

Black with #CA8AD1

Text Example


Text Example

White with #CA8AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AD1; }

 p { color: rgb(202,138,209); }

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

background-color css

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

 a { background-color: rgb(202,138,209); }

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

border-color css

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

 span { border-color: rgb(202,138,209); }

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