#C293CD

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

Shades of Lilac #C293CD

Tints of Lilac #C293CD

Color information

#C293CD (or 0xC293CD) is unknown color: approx Lilac. HEX triplet: C2, 93 and CD. RGB value is (194,147,205). Sum of RGB (Red+Green+Blue) = 194+147+205=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #C293CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CD is #3D6C32. Grayscale: #A7A7A7. Windows color (decimal): -4025395 or 13472706. OLE color: 13472706.

HSL color Cylindrical-coordinate representation of color #C293CD: hue angle of 288.62º degrees, saturation: 0.37, 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 #C293CD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194147205-
CMYK0.050.2800.20
HSL288.62º36.71%69.02%-
HSV(B)288.62º28.29%80.39%-
XYZ43.736.7462.55-
YUV167.67149.07146.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=35.53%
G=26.92%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941472050.050.2800.20288.6236.7169.02
HexC293CD51C0141212545
Octal30222331553402444145105
Binary110000101001001111001101101111000101001001000011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293CD; }

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

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

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

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

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

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

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

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