#C998DB

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

Shades of Wisteria #C998DB

Tints of Wisteria #C998DB

Color information

#C998DB (or 0xC998DB) is unknown color: approx Wisteria. HEX triplet: C9, 98 and DB. RGB value is (201,152,219). Sum of RGB (Red+Green+Blue) = 201+152+219=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #C998DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998DB is #366724. Grayscale: #AEAEAE. Windows color (decimal): -3565349 or 14391497. OLE color: 14391497.

HSL color Cylindrical-coordinate representation of color #C998DB: hue angle of 283.88º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C998DB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201152219-
CMYK0.080.3100.14
HSL283.88º48.2%72.75%-
HSV(B)283.88º30.59%85.88%-
XYZ48.139.9972.2-
YUV174.29153.23147.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 152 (59.77% from 255) = 26.57%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=35.14%
G=26.57%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011522190.080.3100.14283.8848.272.75
HexC998DB81F0E11c3049
Octal311230333103701643460111
Binary110010011001100011011011100011111011101000111001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998DB; }

 p { color: rgb(201,152,219); }

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

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

 a { background-color: rgb(201,152,219); }

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

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

 span { border-color: rgb(201,152,219); }

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