#C298C6

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

Shades of Lilac #C298C6

Tints of Lilac #C298C6

Color information

#C298C6 (or 0xC298C6) is unknown color: approx Lilac. HEX triplet: C2, 98 and C6. RGB value is (194,152,198). Sum of RGB (Red+Green+Blue) = 194+152+198=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #C298C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298C6 is #3D6739. Grayscale: #A9A9A9. Windows color (decimal): -4024122 or 13015234. OLE color: 13015234.

HSL color Cylindrical-coordinate representation of color #C298C6: hue angle of 294.78º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C298C6 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194152198-
CMYK0.020.2300.22
HSL294.78º28.75%68.63%-
HSV(B)294.78º23.23%77.65%-
XYZ43.673858.46-
YUV169.8143.91145.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=35.66%
G=27.94%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941521980.020.2300.22294.7828.7568.63
HexC298C62170161271d45
Octal30223030622702644735105
Binary1100001010011000110001101010111010110100100111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298C6; }

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

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

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

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

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

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

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

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