Html Css Color HEX #CA8DCE Lilac

📋 copy color: '#CA8DCE'

red 202 ◦ green 141 ◦ blue 206

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

Shades of Lilac #CA8DCE

Tints of Lilac #CA8DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 36.79%
G = 25.68%
B = 37.52%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA8DCE (or 0xCA8DCE) is known color: Lilac. HEX triplet: CA, 8D and CE. RGB value is (202,141,206). Sum of RGB (Red+Green+Blue) = 202+141+206=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DCE is #357231. Grayscale: #A6A6A6. Windows color (decimal): -3502642 or 13536714. OLE color: 13536714.

HSL color Cylindrical-coordinate representation of color #CA8DCE: hue angle of 296.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8DCE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 141 206 -
CMYK 0.02 0.32 0 0.19
HSL 296.31º 0.4% 0.68% -
HSV(B) 296.31º 0.32% 0.81% -
XYZ 45.02 36.06 62.98 -
YUV 166.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 202 141 206 0.02 0.32 0 0.19 296.31 0.4 0.68
Hex CA 8D CE 2 20 0 13 128 28 44
Octal 312 215 316 2 40 0 23 450 50 104
Binary 11001010 10001101 11001110 10 100000 0 10011 100101000 101000 1000100

Color Harmonies of #CA8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8DCE

Black with #CA8DCE

Text Example


Text Example

White with #CA8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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