Html Css Color HEX #CA9EC7 Lilac

📋 copy color: '#CA9EC7'

red 202 ◦ green 158 ◦ blue 199

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

Shades of Lilac #CA9EC7

Tints of Lilac #CA9EC7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.26%

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

R = 36.14%
G = 28.26%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA9EC7 (or 0xCA9EC7) is known color: Lilac. HEX triplet: CA, 9E and C7. RGB value is (202,158,199). Sum of RGB (Red+Green+Blue) = 202+158+199=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EC7 is #356138. Grayscale: #AFAFAF. Windows color (decimal): -3498297 or 13082314. OLE color: 13082314.

HSL color Cylindrical-coordinate representation of color #CA9EC7: hue angle of 304.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9EC7 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 158 199 -
CMYK 0 0.22 0.01 0.21
HSL 304.09º 0.29% 0.71% -
HSV(B) 304.09º 0.22% 0.79% -
XYZ 46.89 41.13 59.5 -
YUV 175.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 202 158 199 0 0.22 0.01 0.21 304.09 0.29 0.71
Hex CA 9E C7 0 16 1 15 130 1D 47
Octal 312 236 307 0 26 1 25 460 35 107
Binary 11001010 10011110 11000111 0 10110 1 10101 100110000 11101 1000111

Color Harmonies of #CA9EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EC7

Black with #CA9EC7

Text Example


Text Example

White with #CA9EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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