#C990D3

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

Shades of Wisteria #C990D3

Tints of Wisteria #C990D3

Color information

#C990D3 (or 0xC990D3) is unknown color: approx Wisteria. HEX triplet: C9, 90 and D3. RGB value is (201,144,211). Sum of RGB (Red+Green+Blue) = 201+144+211=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #C990D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990D3 is #366F2C. Grayscale: #A8A8A8. Windows color (decimal): -3567405 or 13865161. OLE color: 13865161.

HSL color Cylindrical-coordinate representation of color #C990D3: hue angle of 291.04º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C990D3 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB201144211-
CMYK0.050.3200.17
HSL291.04º43.23%69.61%-
HSV(B)291.04º31.75%82.75%-
XYZ45.8237.0766.37-
YUV168.68151.88151.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 211 (82.81% from 255) = 37.95%
R=36.15%
G=25.90%
B=37.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2011442110.050.3200.17291.0443.2369.61
HexC990D35200111232b46
Octal31122032354002144353106
Binary1100100110010000110100111011000000100011001000111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C990D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C990D3; }

 p { color: rgb(201,144,211); }

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

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

 a { background-color: rgb(201,144,211); }

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

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

 span { border-color: rgb(201,144,211); }

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