#C293CC

Color #C293CC Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C293CC

Tints of Lilac #C293CC

Color information

#C293CC (or 0xC293CC) is unknown color: approx Lilac. HEX triplet: C2, 93 and CC. RGB value is (194,147,204). Sum of RGB (Red+Green+Blue) = 194+147+204=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #C293CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CC is #3D6C33. Grayscale: #A7A7A7. Windows color (decimal): -4025396 or 13407170. OLE color: 13407170.

HSL color Cylindrical-coordinate representation of color #C293CC: hue angle of 289.47º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C293CC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194147204-
CMYK0.050.2800.2
HSL289.47º35.85%68.82%-
HSV(B)289.47º27.94%80%-
XYZ43.5836.761.91-
YUV167.55148.57146.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=35.60%
G=26.97%
B=37.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941472040.050.2800.2289.4735.8568.82
HexC293CC51C0141212445
Octal30222331453402444144105
Binary110000101001001111001100101111000101001001000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293CC; }

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

 H1.HeaderClassName
 {
   color: #C293CC;
 }
 .AnyTagClassName
 {
   color: #C293CC;
 }
</style>
background-color css

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

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

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

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

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

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