Html Css Color HEX #CA96CA Lilac

📋 copy color: '#CA96CA'

red 202 ◦ green 150 ◦ blue 202

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

Shades of Lilac #CA96CA

Tints of Lilac #CA96CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 36.46%
G = 27.08%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA96CA (or 0xCA96CA) is known color: Lilac. HEX triplet: CA, 96 and CA. RGB value is (202,150,202). Sum of RGB (Red+Green+Blue) = 202+150+202=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96CA is #356935. Grayscale: #ABABAB. Windows color (decimal): -3500342 or 13276874. OLE color: 13276874.

HSL color Cylindrical-coordinate representation of color #CA96CA: hue angle of 300º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA96CA is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 150 202 -
CMYK 0 0.26 0 0.21
HSL 300º 0.33% 0.69% -
HSV(B) 300º 0.26% 0.79% -
XYZ 45.92 38.63 60.91 -
YUV 171.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 202 150 202 0 0.26 0 0.21 300 0.33 0.69
Hex CA 96 CA 0 1A 0 15 12C 21 45
Octal 312 226 312 0 32 0 25 454 41 105
Binary 11001010 10010110 11001010 0 11010 0 10101 100101100 100001 1000101

Color Harmonies of #CA96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96CA

Black with #CA96CA

Text Example


Text Example

White with #CA96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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