#C991DF

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

Shades of Wisteria #C991DF

Tints of Wisteria #C991DF

Color information

#C991DF (or 0xC991DF) is unknown color: approx Wisteria. HEX triplet: C9, 91 and DF. RGB value is (201,145,223). Sum of RGB (Red+Green+Blue) = 201+145+223=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C991DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991DF is #366E20. Grayscale: #AAAAAA. Windows color (decimal): -3567137 or 14651849. OLE color: 14651849.

HSL color Cylindrical-coordinate representation of color #C991DF: hue angle of 283.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C991DF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201145223-
CMYK0.100.3500.13
HSL283.08º54.93%72.16%-
HSV(B)283.08º34.98%87.45%-
XYZ47.533874.64-
YUV170.64157.55149.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=35.33%
G=25.48%
B=39.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011452230.100.3500.13283.0854.9372.16
HexC991DFA230D11b3748
Octal311221337124301543367110
Binary1100100110010001110111111010100011011011000110111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991DF; }

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

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

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

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

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

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

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

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