Html Css Color HEX #CA8EC3 Lilac

📋 copy color: '#CA8EC3'

red 202 ◦ green 142 ◦ blue 195

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

Shades of Lilac #CA8EC3

Tints of Lilac #CA8EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.18%

R = 37.48%
G = 26.35%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA8EC3 (or 0xCA8EC3) is known color: Lilac. HEX triplet: CA, 8E and C3. RGB value is (202,142,195). Sum of RGB (Red+Green+Blue) = 202+142+195=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EC3 is #35713C. Grayscale: #A5A5A5. Windows color (decimal): -3502397 or 12816074. OLE color: 12816074.

HSL color Cylindrical-coordinate representation of color #CA8EC3: hue angle of 307º 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 #CA8EC3 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 195 -
CMYK 0 0.30 0.03 0.21
HSL 307º 0.36% 0.67% -
HSV(B) 307º 0.3% 0.79% -
XYZ 43.88 35.84 56.24 -
YUV 165.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 202 142 195 0 0.30 0.03 0.21 307 0.36 0.67
Hex CA 8E C3 0 1E 3 15 133 24 43
Octal 312 216 303 0 36 3 25 463 44 103
Binary 11001010 10001110 11000011 0 11110 11 10101 100110011 100100 1000011

Color Harmonies of #CA8EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8EC3

Black with #CA8EC3

Text Example


Text Example

White with #CA8EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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