Html Css Color HEX #CA96D0 Lilac

📋 copy color: '#CA96D0'

red 202 ◦ green 150 ◦ blue 208

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

Shades of Lilac #CA96D0

Tints of Lilac #CA96D0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.79%

 BLUE value IS 208 (81.64% from 255) = 37.14%

R = 36.07%
G = 26.79%
B = 37.14%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA96D0 (or 0xCA96D0) is known color: Lilac. HEX triplet: CA, 96 and D0. RGB value is (202,150,208). Sum of RGB (Red+Green+Blue) = 202+150+208=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96D0 is #35692F. Grayscale: #ABABAB. Windows color (decimal): -3500336 or 13670090. OLE color: 13670090.

HSL color Cylindrical-coordinate representation of color #CA96D0: hue angle of 293.79º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA96D0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 150 208 -
CMYK 0.03 0.28 0 0.18
HSL 293.79º 0.38% 0.7% -
HSV(B) 293.79º 0.28% 0.82% -
XYZ 46.65 38.92 64.73 -
YUV 172.16 148.23 149.28 -
System Red Green Blue C M Y K H S L
Decimal 202 150 208 0.03 0.28 0 0.18 293.79 0.38 0.7
Hex CA 96 D0 3 1C 0 12 126 26 46
Octal 312 226 320 3 34 0 22 446 46 106
Binary 11001010 10010110 11010000 11 11100 0 10010 100100110 100110 1000110

Color Harmonies of #CA96D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96D0

Black with #CA96D0

Text Example


Text Example

White with #CA96D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96D0; }

 p { color: rgb(202,150,208); }

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

background-color css

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

 a { background-color: rgb(202,150,208); }

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

border-color css

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

 span { border-color: rgb(202,150,208); }

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