#C99DDF

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

Shades of Wisteria #C99DDF

Tints of Wisteria #C99DDF

Color information

#C99DDF (or 0xC99DDF) is unknown color: approx Wisteria. HEX triplet: C9, 9D and DF. RGB value is (201,157,223). Sum of RGB (Red+Green+Blue) = 201+157+223=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #C99DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DDF is #366220. Grayscale: #B1B1B1. Windows color (decimal): -3564065 or 14654921. OLE color: 14654921.

HSL color Cylindrical-coordinate representation of color #C99DDF: hue angle of 280º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99DDF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201157223-
CMYK0.100.3000.13
HSL280º50.77%74.51%-
HSV(B)280º29.6%87.45%-
XYZ49.4641.8675.28-
YUV177.68153.58144.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=34.60%
G=27.02%
B=38.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011572230.100.3000.1328050.7774.51
HexC99DDFA1E0D118334b
Octal311235337123601543063113
Binary110010011001110111011111101011110011011000110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DDF; }

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

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

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

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

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

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

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

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