Html Css Color HEX #CA8EC8 Lilac

📋 copy color: '#CA8EC8'

red 202 ◦ green 142 ◦ blue 200

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

Shades of Lilac #CA8EC8

Tints of Lilac #CA8EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.76%

R = 37.13%
G = 26.1%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA8EC8 (or 0xCA8EC8) is known color: Lilac. HEX triplet: CA, 8E and C8. RGB value is (202,142,200). Sum of RGB (Red+Green+Blue) = 202+142+200=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EC8 is #357137. Grayscale: #A6A6A6. Windows color (decimal): -3502392 or 13143754. OLE color: 13143754.

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

Color convert

RGB 202 142 200 -
CMYK 0 0.30 0.01 0.21
HSL 302º 0.36% 0.67% -
HSV(B) 302º 0.3% 0.79% -
XYZ 44.46 36.07 59.26 -
YUV 166.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 202 142 200 0 0.30 0.01 0.21 302 0.36 0.67
Hex CA 8E C8 0 1E 1 15 12E 24 43
Octal 312 216 310 0 36 1 25 456 44 103
Binary 11001010 10001110 11001000 0 11110 1 10101 100101110 100100 1000011

Color Harmonies of #CA8EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8EC8

Black with #CA8EC8

Text Example


Text Example

White with #CA8EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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