#C297CB

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

Shades of Lilac #C297CB

Tints of Lilac #C297CB

Color information

#C297CB (or 0xC297CB) is unknown color: approx Lilac. HEX triplet: C2, 97 and CB. RGB value is (194,151,203). Sum of RGB (Red+Green+Blue) = 194+151+203=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #C297CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297CB is #3D6834. Grayscale: #A9A9A9. Windows color (decimal): -4024373 or 13342658. OLE color: 13342658.

HSL color Cylindrical-coordinate representation of color #C297CB: hue angle of 289.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C297CB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194151203-
CMYK0.040.2600.20
HSL289.62º33.33%69.41%-
HSV(B)289.62º25.62%79.61%-
XYZ44.0937.9161.49-
YUV169.78146.75145.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=35.40%
G=27.55%
B=37.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941512030.040.2600.20289.6233.3369.41
HexC297CB41A0141222145
Octal30222731343202444241105
Binary110000101001011111001011100110100101001001000101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297CB; }

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

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

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

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

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

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

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

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