#C99DDD

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

Shades of Wisteria #C99DDD

Tints of Wisteria #C99DDD

Color information

#C99DDD (or 0xC99DDD) is unknown color: approx Wisteria. HEX triplet: C9, 9D and DD. RGB value is (201,157,221). Sum of RGB (Red+Green+Blue) = 201+157+221=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #C99DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DDD is #366222. Grayscale: #B1B1B1. Windows color (decimal): -3564067 or 14523849. OLE color: 14523849.

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

Color convert

RGB201157221-
CMYK0.090.2900.13
HSL281.25º48.48%74.12%-
HSV(B)281.25º28.96%86.67%-
XYZ49.241.7573.87-
YUV177.45152.58144.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=34.72%
G=27.12%
B=38.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011572210.090.2900.13281.2548.4874.12
HexC99DDD91D0D119304a
Octal311235335113501543160112
Binary110010011001110111011101100111101011011000110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DDD; }

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

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

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

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

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

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

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

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