Html Css Color HEX #CA93CE Lilac

📋 copy color: '#CA93CE'

red 202 ◦ green 147 ◦ blue 206

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

Shades of Lilac #CA93CE

Tints of Lilac #CA93CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 36.4%
G = 26.49%
B = 37.12%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA93CE (or 0xCA93CE) is known color: Lilac. HEX triplet: CA, 93 and CE. RGB value is (202,147,206). Sum of RGB (Red+Green+Blue) = 202+147+206=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93CE is #356C31. Grayscale: #A9A9A9. Windows color (decimal): -3501106 or 13538250. OLE color: 13538250.

HSL color Cylindrical-coordinate representation of color #CA93CE: hue angle of 295.93º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA93CE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 147 206 -
CMYK 0.02 0.29 0 0.19
HSL 295.93º 0.38% 0.69% -
HSV(B) 295.93º 0.29% 0.81% -
XYZ 45.93 37.88 63.28 -
YUV 170.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 202 147 206 0.02 0.29 0 0.19 295.93 0.38 0.69
Hex CA 93 CE 2 1D 0 13 128 26 45
Octal 312 223 316 2 35 0 23 450 46 105
Binary 11001010 10010011 11001110 10 11101 0 10011 100101000 100110 1000101

Color Harmonies of #CA93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93CE

Black with #CA93CE

Text Example


Text Example

White with #CA93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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