#C997DD

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

Shades of Wisteria #C997DD

Tints of Wisteria #C997DD

Color information

#C997DD (or 0xC997DD) is unknown color: approx Wisteria. HEX triplet: C9, 97 and DD. RGB value is (201,151,221). Sum of RGB (Red+Green+Blue) = 201+151+221=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #C997DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997DD is #366822. Grayscale: #ADADAD. Windows color (decimal): -3565603 or 14522313. OLE color: 14522313.

HSL color Cylindrical-coordinate representation of color #C997DD: hue angle of 282.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C997DD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201151221-
CMYK0.090.3200.13
HSL282.86º50.72%72.94%-
HSV(B)282.86º31.67%86.67%-
XYZ48.2139.7773.54-
YUV173.93154.56147.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=35.08%
G=26.35%
B=38.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011512210.090.3200.13282.8650.7272.94
HexC997DD9200D11b3349
Octal311227335114001543363111
Binary1100100110010111110111011001100000011011000110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997DD; }

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

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

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

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

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

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

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

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