#C991DC

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

Shades of Wisteria #C991DC

Tints of Wisteria #C991DC

Color information

#C991DC (or 0xC991DC) is unknown color: approx Wisteria. HEX triplet: C9, 91 and DC. RGB value is (201,145,220). Sum of RGB (Red+Green+Blue) = 201+145+220=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C991DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991DC is #366E23. Grayscale: #AAAAAA. Windows color (decimal): -3567140 or 14455241. OLE color: 14455241.

HSL color Cylindrical-coordinate representation of color #C991DC: hue angle of 284.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C991DC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201145220-
CMYK0.090.3400.14
HSL284.8º51.72%71.57%-
HSV(B)284.8º34.09%86.27%-
XYZ47.1337.8472.53-
YUV170.29156.05149.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=35.51%
G=25.62%
B=38.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011452200.090.3400.14284.851.7271.57
HexC991DC9220E11d3448
Octal311221334114201643564110
Binary1100100110010001110111001001100010011101000111011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991DC; }

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

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

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

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

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

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

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

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