#C99FEB

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

Shades of Wisteria #C99FEB

Tints of Wisteria #C99FEB

Color information

#C99FEB (or 0xC99FEB) is unknown color: approx Wisteria. HEX triplet: C9, 9F and EB. RGB value is (201,159,235). Sum of RGB (Red+Green+Blue) = 201+159+235=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #C99FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FEB is #366014. Grayscale: #B3B3B3. Windows color (decimal): -3563541 or 15441865. OLE color: 15441865.

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

Color convert

RGB201159235-
CMYK0.140.3200.08
HSL273.16º65.52%77.25%-
HSV(B)273.16º32.34%92.16%-
XYZ51.4843.2184.22-
YUV180.22158.91142.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.78%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=33.78%
G=26.72%
B=39.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011592350.140.3200.08273.1665.5277.25
HexC99FEBE2008111424d
Octal3112373531640010421102115
Binary11001001100111111110101111101000000100010001000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FEB; }

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

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

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

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

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

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

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

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