Html Css Color HEX #CA8ECA Lilac

📋 copy color: '#CA8ECA'

red 202 ◦ green 142 ◦ blue 202

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

Shades of Lilac #CA8ECA

Tints of Lilac #CA8ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37%

R = 37%
G = 26.01%
B = 37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA8ECA (or 0xCA8ECA) is known color: Lilac. HEX triplet: CA, 8E and CA. RGB value is (202,142,202). Sum of RGB (Red+Green+Blue) = 202+142+202=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA8ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ECA is #357135. Grayscale: #A6A6A6. Windows color (decimal): -3502390 or 13274826. OLE color: 13274826.

HSL color Cylindrical-coordinate representation of color #CA8ECA: hue angle of 300º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8ECA is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 202 -
CMYK 0 0.30 0 0.21
HSL 300º 0.36% 0.67% -
HSV(B) 300º 0.3% 0.79% -
XYZ 44.69 36.17 60.5 -
YUV 166.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 202 142 202 0 0.30 0 0.21 300 0.36 0.67
Hex CA 8E CA 0 1E 0 15 12C 24 43
Octal 312 216 312 0 36 0 25 454 44 103
Binary 11001010 10001110 11001010 0 11110 0 10101 100101100 100100 1000011

Color Harmonies of #CA8ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8ECA

Black with #CA8ECA

Text Example


Text Example

White with #CA8ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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