#C398BD

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

Shades of Lilac #C398BD

Tints of Lilac #C398BD

Color information

#C398BD (or 0xC398BD) is unknown color: approx Lilac. HEX triplet: C3, 98 and BD. RGB value is (195,152,189). Sum of RGB (Red+Green+Blue) = 195+152+189=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C398BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398BD is #3C6742. Grayscale: #A8A8A8. Windows color (decimal): -3958595 or 12425411. OLE color: 12425411.

HSL color Cylindrical-coordinate representation of color #C398BD: hue angle of 308.37º 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 #C398BD is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195152189-
CMYK00.220.030.24
HSL308.37º26.38%68.04%-
HSV(B)308.37º22.05%76.47%-
XYZ42.9237.7353.17-
YUV169.08139.25146.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=36.38%
G=28.36%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515218900.220.030.24308.3726.3868.04
HexC398BD0163181341a44
Octal30323027502633046432104
Binary1100001110011000101111010101101111000100110100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398BD; }

 p { color: rgb(195,152,189); }

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

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

 a { background-color: rgb(195,152,189); }

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

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

 span { border-color: rgb(195,152,189); }

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