Html Css Color HEX #CA8CD1 Lilac

📋 copy color: '#CA8CD1'

red 202 ◦ green 140 ◦ blue 209

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

Shades of Lilac #CA8CD1

Tints of Lilac #CA8CD1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.41%

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

R = 36.66%
G = 25.41%
B = 37.93%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA8CD1 (or 0xCA8CD1) is known color: Lilac. HEX triplet: CA, 8C and D1. RGB value is (202,140,209). Sum of RGB (Red+Green+Blue) = 202+140+209=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA8CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CD1 is #35732E. Grayscale: #A6A6A6. Windows color (decimal): -3502895 or 13733066. OLE color: 13733066.

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

Color convert

RGB 202 140 209 -
CMYK 0.03 0.33 0 0.18
HSL 293.91º 0.43% 0.68% -
HSV(B) 293.91º 0.33% 0.82% -
XYZ 45.24 35.92 64.87 -
YUV 166.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 202 140 209 0.03 0.33 0 0.18 293.91 0.43 0.68
Hex CA 8C D1 3 21 0 12 126 2B 44
Octal 312 214 321 3 41 0 22 446 53 104
Binary 11001010 10001100 11010001 11 100001 0 10010 100100110 101011 1000100

Color Harmonies of #CA8CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8CD1

Black with #CA8CD1

Text Example


Text Example

White with #CA8CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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