#C297BE

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

Shades of Lilac #C297BE

Tints of Lilac #C297BE

Color information

#C297BE (or 0xC297BE) is unknown color: approx Lilac. HEX triplet: C2, 97 and BE. RGB value is (194,151,190). Sum of RGB (Red+Green+Blue) = 194+151+190=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C297BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297BE is #3D6841. Grayscale: #A8A8A8. Windows color (decimal): -4024386 or 12490690. OLE color: 12490690.

HSL color Cylindrical-coordinate representation of color #C297BE: hue angle of 305.58º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C297BE is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194151190-
CMYK00.220.020.24
HSL305.58º26.06%67.65%-
HSV(B)305.58º22.16%76.08%-
XYZ42.6137.3253.67-
YUV168.3140.25146.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=36.26%
G=28.22%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415119000.220.020.24305.5826.0667.65
HexC297BE0162181321a44
Octal30222727602623046232104
Binary1100001010010111101111100101101011000100110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297BE; }

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

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

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

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

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

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

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

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