Html Css Color HEX #CA8DCC Lilac

📋 copy color: '#CA8DCC'

red 202 ◦ green 141 ◦ blue 204

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

Shades of Lilac #CA8DCC

Tints of Lilac #CA8DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 36.93%
G = 25.78%
B = 37.29%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA8DCC (or 0xCA8DCC) is known color: Lilac. HEX triplet: CA, 8D and CC. RGB value is (202,141,204). Sum of RGB (Red+Green+Blue) = 202+141+204=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DCC is #357233. Grayscale: #A6A6A6. Windows color (decimal): -3502644 or 13405642. OLE color: 13405642.

HSL color Cylindrical-coordinate representation of color #CA8DCC: hue angle of 298.1º degrees, saturation: 0.38, 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 #CA8DCC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 141 204 -
CMYK 0.01 0.31 0 0.2
HSL 298.1º 0.38% 0.68% -
HSV(B) 298.1º 0.31% 0.8% -
XYZ 44.78 35.97 61.71 -
YUV 166.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 202 141 204 0.01 0.31 0 0.2 298.1 0.38 0.68
Hex CA 8D CC 1 1F 0 14 12A 26 44
Octal 312 215 314 1 37 0 24 452 46 104
Binary 11001010 10001101 11001100 1 11111 0 10100 100101010 100110 1000100

Color Harmonies of #CA8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8DCC

Black with #CA8DCC

Text Example


Text Example

White with #CA8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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