#C298CA

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

Shades of Lilac #C298CA

Tints of Lilac #C298CA

Color information

#C298CA (or 0xC298CA) is unknown color: approx Lilac. HEX triplet: C2, 98 and CA. RGB value is (194,152,202). Sum of RGB (Red+Green+Blue) = 194+152+202=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #C298CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298CA is #3D6735. Grayscale: #AAAAAA. Windows color (decimal): -4024118 or 13277378. OLE color: 13277378.

HSL color Cylindrical-coordinate representation of color #C298CA: hue angle of 290.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C298CA is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194152202-
CMYK0.040.2500.21
HSL290.4º32.05%69.41%-
HSV(B)290.4º24.75%79.22%-
XYZ44.1438.1960.92-
YUV170.26145.91144.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=35.40%
G=27.74%
B=36.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941522020.040.2500.21290.432.0569.41
HexC298CA4190151222045
Octal30223031243102544240105
Binary110000101001100011001010100110010101011001000101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298CA; }

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

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

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

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

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

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

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

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