#C993E1

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

Shades of Wisteria #C993E1

Tints of Wisteria #C993E1

Color information

#C993E1 (or 0xC993E1) is unknown color: approx Wisteria. HEX triplet: C9, 93 and E1. RGB value is (201,147,225). Sum of RGB (Red+Green+Blue) = 201+147+225=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #C993E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993E1 is #366C1E. Grayscale: #ABABAB. Windows color (decimal): -3566623 or 14783433. OLE color: 14783433.

HSL color Cylindrical-coordinate representation of color #C993E1: hue angle of 281.54º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C993E1 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201147225-
CMYK0.110.3500.12
HSL281.54º56.52%72.94%-
HSV(B)281.54º34.67%88.24%-
XYZ48.1138.7276.17-
YUV172.04157.89148.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 225 (88.28% from 255) = 39.27%
R=35.08%
G=25.65%
B=39.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011472250.110.3500.12281.5456.5272.94
HexC993E1B230C11a3949
Octal311223341134301443271111
Binary1100100110010011111000011011100011011001000110101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993E1; }

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

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

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

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

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

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

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

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