#C997DB

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

Shades of Wisteria #C997DB

Tints of Wisteria #C997DB

Color information

#C997DB (or 0xC997DB) is unknown color: approx Wisteria. HEX triplet: C9, 97 and DB. RGB value is (201,151,219). Sum of RGB (Red+Green+Blue) = 201+151+219=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C997DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997DB is #366824. Grayscale: #ADADAD. Windows color (decimal): -3565605 or 14391241. OLE color: 14391241.

HSL color Cylindrical-coordinate representation of color #C997DB: hue angle of 284.12º degrees, saturation: 0.49, 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 #C997DB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201151219-
CMYK0.080.3100.14
HSL284.12º48.57%72.55%-
HSV(B)284.12º31.05%85.88%-
XYZ47.9439.6772.15-
YUV173.7153.56147.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=35.20%
G=26.44%
B=38.35%

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
Decimal2011512190.080.3100.14284.1248.5772.55
HexC997DB81F0E11c3149
Octal311227333103701643461111
Binary110010011001011111011011100011111011101000111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997DB; }

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

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

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

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

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

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

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

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