#C993EE

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

Shades of Wisteria #C993EE

Tints of Wisteria #C993EE

Color information

#C993EE (or 0xC993EE) is unknown color: approx Wisteria. HEX triplet: C9, 93 and EE. RGB value is (201,147,238). Sum of RGB (Red+Green+Blue) = 201+147+238=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #C993EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993EE is #366C11. Grayscale: #ADADAD. Windows color (decimal): -3566610 or 15635401. OLE color: 15635401.

HSL color Cylindrical-coordinate representation of color #C993EE: hue angle of 275.6º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C993EE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201147238-
CMYK0.160.3800.07
HSL275.6º72.8%75.49%-
HSV(B)275.6º38.24%93.33%-
XYZ49.9539.4685.87-
YUV173.52164.39147.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 147 (57.81% from 255) = 25.09%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=34.30%
G=25.09%
B=40.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011472380.160.3800.07275.672.875.49
HexC993EE102607114494b
Octal311223356204607424111113
Binary11001001100100111110111010000100110011110001010010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993EE; }

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

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

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

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

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

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

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

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