Html Css Color HEX #CA97CE Lilac

📋 copy color: '#CA97CE'

red 202 ◦ green 151 ◦ blue 206

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

Shades of Lilac #CA97CE

Tints of Lilac #CA97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.01%

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 36.14%
G = 27.01%
B = 36.85%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA97CE (or 0xCA97CE) is known color: Lilac. HEX triplet: CA, 97 and CE. RGB value is (202,151,206). Sum of RGB (Red+Green+Blue) = 202+151+206=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97CE is #356831. Grayscale: #ACACAC. Windows color (decimal): -3500082 or 13539274. OLE color: 13539274.

HSL color Cylindrical-coordinate representation of color #CA97CE: hue angle of 295.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA97CE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 151 206 -
CMYK 0.02 0.27 0 0.19
HSL 295.64º 0.36% 0.7% -
HSV(B) 295.64º 0.27% 0.81% -
XYZ 46.56 39.15 63.49 -
YUV 172.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 202 151 206 0.02 0.27 0 0.19 295.64 0.36 0.7
Hex CA 97 CE 2 1B 0 13 128 24 46
Octal 312 227 316 2 33 0 23 450 44 106
Binary 11001010 10010111 11001110 10 11011 0 10011 100101000 100100 1000110

Color Harmonies of #CA97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA97CE

Black with #CA97CE

Text Example


Text Example

White with #CA97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA97CE; }

 p { color: rgb(202,151,206); }

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

background-color css

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

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

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

border-color css

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

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

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