#C990DD

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

Shades of Wisteria #C990DD

Tints of Wisteria #C990DD

Color information

#C990DD (or 0xC990DD) is unknown color: approx Wisteria. HEX triplet: C9, 90 and DD. RGB value is (201,144,221). Sum of RGB (Red+Green+Blue) = 201+144+221=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C990DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990DD is #366F22. Grayscale: #A9A9A9. Windows color (decimal): -3567395 or 14520521. OLE color: 14520521.

HSL color Cylindrical-coordinate representation of color #C990DD: hue angle of 284.42º degrees, saturation: 0.53, 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 #C990DD is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201144221-
CMYK0.090.3500.13
HSL284.42º53.1%71.57%-
HSV(B)284.42º34.84%86.67%-
XYZ47.1137.5873.18-
YUV169.82156.88150.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=35.51%
G=25.44%
B=39.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011442210.090.3500.13284.4253.171.57
HexC990DD9230D11c3548
Octal311220335114301543465110
Binary1100100110010000110111011001100011011011000111001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C990DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C990DD; }

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

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

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

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

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

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

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

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