#C992EB

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

Shades of Wisteria #C992EB

Tints of Wisteria #C992EB

Color information

#C992EB (or 0xC992EB) is unknown color: approx Wisteria. HEX triplet: C9, 92 and EB. RGB value is (201,146,235). Sum of RGB (Red+Green+Blue) = 201+146+235=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #C992EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992EB is #366D14. Grayscale: #ACACAC. Windows color (decimal): -3566869 or 15438537. OLE color: 15438537.

HSL color Cylindrical-coordinate representation of color #C992EB: hue angle of 277.08º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C992EB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201146235-
CMYK0.140.3800.08
HSL277.08º68.99%74.71%-
HSV(B)277.08º37.87%92.16%-
XYZ49.3638.9783.52-
YUV172.59163.22148.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 146 (57.42% from 255) = 25.09%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=34.54%
G=25.09%
B=40.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011462350.140.3800.08277.0868.9974.71
HexC992EBE2608115454b
Octal3112223531646010425105113
Binary11001001100100101110101111101001100100010001010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992EB; }

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

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

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

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

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

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

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

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