Html Css Color HEX #CA8DCD Lilac

📋 copy color: '#CA8DCD'

red 202 ◦ green 141 ◦ blue 205

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

Shades of Lilac #CA8DCD

Tints of Lilac #CA8DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 36.86%
G = 25.73%
B = 37.41%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA8DCD (or 0xCA8DCD) is known color: Lilac. HEX triplet: CA, 8D and CD. RGB value is (202,141,205). Sum of RGB (Red+Green+Blue) = 202+141+205=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DCD is #357232. Grayscale: #A6A6A6. Windows color (decimal): -3502643 or 13471178. OLE color: 13471178.

HSL color Cylindrical-coordinate representation of color #CA8DCD: hue angle of 297.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8DCD is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 141 205 -
CMYK 0.01 0.31 0 0.20
HSL 297.19º 0.39% 0.68% -
HSV(B) 297.19º 0.31% 0.8% -
XYZ 44.9 36.01 62.34 -
YUV 166.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 202 141 205 0.01 0.31 0 0.20 297.19 0.39 0.68
Hex CA 8D CD 1 1F 0 14 129 27 44
Octal 312 215 315 1 37 0 24 451 47 104
Binary 11001010 10001101 11001101 1 11111 0 10100 100101001 100111 1000100

Color Harmonies of #CA8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8DCD

Black with #CA8DCD

Text Example


Text Example

White with #CA8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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