Html Css Color HEX #CA8EC7 Lilac

📋 copy color: '#CA8EC7'

red 202 ◦ green 142 ◦ blue 199

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

Shades of Lilac #CA8EC7

Tints of Lilac #CA8EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.65%

R = 37.2%
G = 26.15%
B = 36.65%

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

#CA8EC7 (or 0xCA8EC7) is known color: Lilac. HEX triplet: CA, 8E and C7. RGB value is (202,142,199). Sum of RGB (Red+Green+Blue) = 202+142+199=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EC7 is #357138. Grayscale: #A6A6A6. Windows color (decimal): -3502393 or 13078218. OLE color: 13078218.

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

Color convert

RGB 202 142 199 -
CMYK 0 0.30 0.01 0.21
HSL 303º 0.36% 0.67% -
HSV(B) 303º 0.3% 0.79% -
XYZ 44.34 36.03 58.65 -
YUV 166.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 202 142 199 0 0.30 0.01 0.21 303 0.36 0.67
Hex CA 8E C7 0 1E 1 15 12F 24 43
Octal 312 216 307 0 36 1 25 457 44 103
Binary 11001010 10001110 11000111 0 11110 1 10101 100101111 100100 1000011

Color Harmonies of #CA8EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8EC7

Black with #CA8EC7

Text Example


Text Example

White with #CA8EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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