#C993F1

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

Shades of Wisteria #C993F1

Tints of Wisteria #C993F1

Color information

#C993F1 (or 0xC993F1) is unknown color: approx Wisteria. HEX triplet: C9, 93 and F1. RGB value is (201,147,241). Sum of RGB (Red+Green+Blue) = 201+147+241=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #C993F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993F1 is #366C0E. Grayscale: #ADADAD. Windows color (decimal): -3566607 or 15832009. OLE color: 15832009.

HSL color Cylindrical-coordinate representation of color #C993F1: hue angle of 274.47º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C993F1 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201147241-
CMYK0.170.3900.05
HSL274.47º77.05%76.08%-
HSV(B)274.47º39%94.51%-
XYZ50.439.6488.21-
YUV173.86165.89147.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=34.13%
G=24.96%
B=40.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011472410.170.3900.05274.4777.0576.08
HexC993F11127051124d4c
Octal311223361214705422115114
Binary11001001100100111111000110001100111010110001001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993F1; }

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

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

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

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

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

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

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

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