#C993FB

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

Shades of Wisteria #C993FB

Tints of Wisteria #C993FB

Color information

#C993FB (or 0xC993FB) is unknown color: approx Wisteria. HEX triplet: C9, 93 and FB. RGB value is (201,147,251). Sum of RGB (Red+Green+Blue) = 201+147+251=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #C993FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993FB is #366C04. Grayscale: #AEAEAE. Windows color (decimal): -3566597 or 16487369. OLE color: 16487369.

HSL color Cylindrical-coordinate representation of color #C993FB: hue angle of 271.15º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C993FB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201147251-
CMYK0.200.4100.02
HSL271.15º92.86%78.04%-
HSV(B)271.15º41.43%98.43%-
XYZ51.9340.2596.3-
YUV175170.89146.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.56%
GREEN value IS 147 (57.81% from 255) = 24.54%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=33.56%
G=24.54%
B=41.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011472510.200.4100.02271.1592.8678.04
HexC993FB14290210f5d4e
Octal311223373245102417135116
Binary1100100110010011111110111010010100101010000111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993FB; }

 p { color: rgb(201,147,251); }

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

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

 a { background-color: rgb(201,147,251); }

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

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

 span { border-color: rgb(201,147,251); }

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