Html Css Color HEX #CA95CA Lilac

📋 copy color: '#CA95CA'

red 202 ◦ green 149 ◦ blue 202

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

Shades of Lilac #CA95CA

Tints of Lilac #CA95CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.94%

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

R = 36.53%
G = 26.94%
B = 36.53%

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

#CA95CA (or 0xCA95CA) is known color: Lilac. HEX triplet: CA, 95 and CA. RGB value is (202,149,202). Sum of RGB (Red+Green+Blue) = 202+149+202=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95CA is #356A35. Grayscale: #AAAAAA. Windows color (decimal): -3500598 or 13276618. OLE color: 13276618.

HSL color Cylindrical-coordinate representation of color #CA95CA: 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 #CA95CA is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 202 -
CMYK 0 0.26 0 0.21
HSL 300º 0.33% 0.69% -
HSV(B) 300º 0.26% 0.79% -
XYZ 45.77 38.32 60.86 -
YUV 170.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 202 149 202 0 0.26 0 0.21 300 0.33 0.69
Hex CA 95 CA 0 1A 0 15 12C 21 45
Octal 312 225 312 0 32 0 25 454 41 105
Binary 11001010 10010101 11001010 0 11010 0 10101 100101100 100001 1000101

Color Harmonies of #CA95CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA95CA

Black with #CA95CA

Text Example


Text Example

White with #CA95CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA95CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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