#C99DD2

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

Shades of Wisteria #C99DD2

Tints of Wisteria #C99DD2

Color information

#C99DD2 (or 0xC99DD2) is unknown color: approx Wisteria. HEX triplet: C9, 9D and D2. RGB value is (201,157,210). Sum of RGB (Red+Green+Blue) = 201+157+210=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #C99DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DD2 is #36622D. Grayscale: #B0B0B0. Windows color (decimal): -3564078 or 13802953. OLE color: 13802953.

HSL color Cylindrical-coordinate representation of color #C99DD2: hue angle of 289.81º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99DD2 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201157210-
CMYK0.040.2500.18
HSL289.81º37.06%71.96%-
HSV(B)289.81º25.24%82.35%-
XYZ47.7841.1866.4-
YUV176.2147.08145.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=35.39%
G=27.64%
B=36.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011572100.040.2500.18289.8137.0671.96
HexC99DD24190121222548
Octal31123532243102244245110
Binary110010011001110111010010100110010100101001000101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DD2; }

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

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

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

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

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

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

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

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