#C998DD

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

Shades of Wisteria #C998DD

Tints of Wisteria #C998DD

Color information

#C998DD (or 0xC998DD) is unknown color: approx Wisteria. HEX triplet: C9, 98 and DD. RGB value is (201,152,221). Sum of RGB (Red+Green+Blue) = 201+152+221=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #C998DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998DD is #366722. Grayscale: #AEAEAE. Windows color (decimal): -3565347 or 14522569. OLE color: 14522569.

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

Color convert

RGB201152221-
CMYK0.090.3100.13
HSL282.61º50.36%73.14%-
HSV(B)282.61º31.22%86.67%-
XYZ48.3740.0973.6-
YUV174.52154.23146.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=35.02%
G=26.48%
B=38.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011522210.090.3100.13282.6150.3673.14
HexC998DD91F0D11b3249
Octal311230335113701543362111
Binary110010011001100011011101100111111011011000110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998DD; }

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

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

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

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

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

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

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

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