Html Css Color HEX #CA8ED1 Lilac

📋 copy color: '#CA8ED1'

red 202 ◦ green 142 ◦ blue 209

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

Shades of Lilac #CA8ED1

Tints of Lilac #CA8ED1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.68%

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

R = 36.53%
G = 25.68%
B = 37.79%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA8ED1 (or 0xCA8ED1) is known color: Lilac. HEX triplet: CA, 8E and D1. RGB value is (202,142,209). Sum of RGB (Red+Green+Blue) = 202+142+209=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ED1 is #35712E. Grayscale: #A7A7A7. Windows color (decimal): -3502383 or 13733578. OLE color: 13733578.

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

Color convert

RGB 202 142 209 -
CMYK 0.03 0.32 0 0.18
HSL 293.73º 0.42% 0.69% -
HSV(B) 293.73º 0.32% 0.82% -
XYZ 45.54 36.51 64.97 -
YUV 167.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 202 142 209 0.03 0.32 0 0.18 293.73 0.42 0.69
Hex CA 8E D1 3 20 0 12 126 2A 45
Octal 312 216 321 3 40 0 22 446 52 105
Binary 11001010 10001110 11010001 11 100000 0 10010 100100110 101010 1000101

Color Harmonies of #CA8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8ED1

Black with #CA8ED1

Text Example


Text Example

White with #CA8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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