Html Css Color HEX #CA93CA Lilac

📋 copy color: '#CA93CA'

red 202 ◦ green 147 ◦ blue 202

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

Shades of Lilac #CA93CA

Tints of Lilac #CA93CA

RGB

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

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

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

R = 36.66%
G = 26.68%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA93CA (or 0xCA93CA) is known color: Lilac. HEX triplet: CA, 93 and CA. RGB value is (202,147,202). Sum of RGB (Red+Green+Blue) = 202+147+202=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93CA is #356C35. Grayscale: #A9A9A9. Windows color (decimal): -3501110 or 13276106. OLE color: 13276106.

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

Color convert

RGB 202 147 202 -
CMYK 0 0.27 0 0.21
HSL 300º 0.34% 0.68% -
HSV(B) 300º 0.27% 0.79% -
XYZ 45.45 37.69 60.76 -
YUV 169.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 202 147 202 0 0.27 0 0.21 300 0.34 0.68
Hex CA 93 CA 0 1B 0 15 12C 22 44
Octal 312 223 312 0 33 0 25 454 42 104
Binary 11001010 10010011 11001010 0 11011 0 10101 100101100 100010 1000100

Color Harmonies of #CA93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93CA

Black with #CA93CA

Text Example


Text Example

White with #CA93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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