#c993ea

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

Shades of Wisteria #C993EA

Tints of Wisteria #C993EA

Color information

#C993EA (or 0xC993EA) is unknown color: approx Wisteria. HEX triplet: C9, 93 and EA. RGB value is (201,147,234). Sum of RGB (Red+Green+Blue) = 201+147+234=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #C993EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993EA is #366C15. Grayscale: #ACACAC. Windows color (decimal): -3566614 or 15373257. OLE color: 15373257.

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

Color convert

RGB201147234-
CMYK0.140.3700.08
HSL277.24º67.44%74.71%-
HSV(B)277.24º37.18%91.76%-
XYZ49.3739.2382.81-
YUV173.06162.39147.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 147 (57.81% from 255) = 25.26%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=34.54%
G=25.26%
B=40.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011472340.140.3700.08277.2467.4474.71
HexC993EAE2508115434b
Octal3112233521645010425103113
Binary11001001100100111110101011101001010100010001010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c993ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c993ea; }

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

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

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

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

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

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

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

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