Html Css Color HEX #CA93C2 Lilac

📋 copy color: '#CA93C2'

red 202 ◦ green 147 ◦ blue 194

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

Shades of Lilac #CA93C2

Tints of Lilac #CA93C2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.07%

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 37.2%
G = 27.07%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA93C2 (or 0xCA93C2) is known color: Lilac. HEX triplet: CA, 93 and C2. RGB value is (202,147,194). Sum of RGB (Red+Green+Blue) = 202+147+194=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93C2 is #356C3D. Grayscale: #A8A8A8. Windows color (decimal): -3501118 or 12751818. OLE color: 12751818.

HSL color Cylindrical-coordinate representation of color #CA93C2: hue angle of 308.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA93C2 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 194 -
CMYK 0 0.27 0.04 0.21
HSL 308.73º 0.34% 0.68% -
HSV(B) 308.73º 0.27% 0.79% -
XYZ 44.53 37.32 55.9 -
YUV 168.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 202 147 194 0 0.27 0.04 0.21 308.73 0.34 0.68
Hex CA 93 C2 0 1B 4 15 135 22 44
Octal 312 223 302 0 33 4 25 465 42 104
Binary 11001010 10010011 11000010 0 11011 100 10101 100110101 100010 1000100

Color Harmonies of #CA93C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93C2

Black with #CA93C2

Text Example


Text Example

White with #CA93C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93C2; }

 p { color: rgb(202,147,194); }

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

background-color css

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

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

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

border-color css

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

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

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