#C992DF

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

Shades of Wisteria #C992DF

Tints of Wisteria #C992DF

Color information

#C992DF (or 0xC992DF) is unknown color: approx Wisteria. HEX triplet: C9, 92 and DF. RGB value is (201,146,223). Sum of RGB (Red+Green+Blue) = 201+146+223=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C992DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992DF is #366D20. Grayscale: #AAAAAA. Windows color (decimal): -3566881 or 14652105. OLE color: 14652105.

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

Color convert

RGB201146223-
CMYK0.100.3500.13
HSL282.86º54.61%72.35%-
HSV(B)282.86º34.53%87.45%-
XYZ47.6938.374.69-
YUV171.22157.22149.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=35.26%
G=25.61%
B=39.12%

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
Decimal2011462230.100.3500.13282.8654.6172.35
HexC992DFA230D11b3748
Octal311222337124301543367110
Binary1100100110010010110111111010100011011011000110111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992DF; }

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

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

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

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

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

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

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

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