#C298CC

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

Shades of Lilac #C298CC

Tints of Lilac #C298CC

Color information

#C298CC (or 0xC298CC) is unknown color: approx Lilac. HEX triplet: C2, 98 and CC. RGB value is (194,152,204). Sum of RGB (Red+Green+Blue) = 194+152+204=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C298CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298CC is #3D6733. Grayscale: #AAAAAA. Windows color (decimal): -4024116 or 13408450. OLE color: 13408450.

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

Color convert

RGB194152204-
CMYK0.050.2500.2
HSL288.46º33.77%69.8%-
HSV(B)288.46º25.49%80%-
XYZ44.3838.2962.18-
YUV170.49146.91144.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=35.27%
G=27.64%
B=37.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941522040.050.2500.2288.4633.7769.8
HexC298CC5190141202246
Octal30223031453102444042106
Binary110000101001100011001100101110010101001001000001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298CC; }

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

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

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

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

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

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

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

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