#C297CC

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

Shades of Lilac #C297CC

Tints of Lilac #C297CC

Color information

#C297CC (or 0xC297CC) is unknown color: approx Lilac. HEX triplet: C2, 97 and CC. RGB value is (194,151,204). Sum of RGB (Red+Green+Blue) = 194+151+204=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C297CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297CC is #3D6833. Grayscale: #A9A9A9. Windows color (decimal): -4024372 or 13408194. OLE color: 13408194.

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

Color convert

RGB194151204-
CMYK0.050.2600.2
HSL288.68º34.19%69.61%-
HSV(B)288.68º25.98%80%-
XYZ44.2137.9662.12-
YUV169.9147.25145.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.34%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=35.34%
G=27.50%
B=37.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941512040.050.2600.2288.6834.1969.61
HexC297CC51A0141212246
Octal30222731453202444142106
Binary110000101001011111001100101110100101001001000011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297CC; }

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

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

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

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

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

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

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

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