#C992DD

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

Shades of Wisteria #C992DD

Tints of Wisteria #C992DD

Color information

#C992DD (or 0xC992DD) is unknown color: approx Wisteria. HEX triplet: C9, 92 and DD. RGB value is (201,146,221). Sum of RGB (Red+Green+Blue) = 201+146+221=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C992DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992DD is #366D22. Grayscale: #AAAAAA. Windows color (decimal): -3566883 or 14521033. OLE color: 14521033.

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

Color convert

RGB201146221-
CMYK0.090.3400.13
HSL284º52.45%71.96%-
HSV(B)284º33.94%86.67%-
XYZ47.4238.273.28-
YUV171156.22149.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=35.39%
G=25.70%
B=38.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011462210.090.3400.1328452.4571.96
HexC992DD9220D11c3448
Octal311222335114201543464110
Binary1100100110010010110111011001100010011011000111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992DD; }

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

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

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

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

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

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

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

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