Html Css Color HEX #CA97CC Lilac

📋 copy color: '#CA97CC'

red 202 ◦ green 151 ◦ blue 204

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

Shades of Lilac #CA97CC

Tints of Lilac #CA97CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 36.27%
G = 27.11%
B = 36.62%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA97CC (or 0xCA97CC) is known color: Lilac. HEX triplet: CA, 97 and CC. RGB value is (202,151,204). Sum of RGB (Red+Green+Blue) = 202+151+204=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97CC is #356833. Grayscale: #ACACAC. Windows color (decimal): -3500084 or 13408202. OLE color: 13408202.

HSL color Cylindrical-coordinate representation of color #CA97CC: hue angle of 297.74º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA97CC is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 151 204 -
CMYK 0.01 0.26 0 0.2
HSL 297.74º 0.34% 0.7% -
HSV(B) 297.74º 0.26% 0.8% -
XYZ 46.32 39.05 62.22 -
YUV 172.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 202 151 204 0.01 0.26 0 0.2 297.74 0.34 0.7
Hex CA 97 CC 1 1A 0 14 12A 22 46
Octal 312 227 314 1 32 0 24 452 42 106
Binary 11001010 10010111 11001100 1 11010 0 10100 100101010 100010 1000110

Color Harmonies of #CA97CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA97CC

Black with #CA97CC

Text Example


Text Example

White with #CA97CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA97CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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