#C993EF

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

Shades of Wisteria #C993EF

Tints of Wisteria #C993EF

Color information

#C993EF (or 0xC993EF) is unknown color: approx Wisteria. HEX triplet: C9, 93 and EF. RGB value is (201,147,239). Sum of RGB (Red+Green+Blue) = 201+147+239=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #C993EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993EF is #366C10. Grayscale: #ADADAD. Windows color (decimal): -3566609 or 15700937. OLE color: 15700937.

HSL color Cylindrical-coordinate representation of color #C993EF: hue angle of 275.22º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C993EF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201147239-
CMYK0.160.3800.06
HSL275.22º74.19%75.69%-
HSV(B)275.22º38.49%93.73%-
XYZ50.139.5286.65-
YUV173.63164.89147.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.24%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=34.24%
G=25.04%
B=40.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011472390.160.3800.06275.2274.1975.69
HexC993EF1026061134a4c
Octal311223357204606423112114
Binary11001001100100111110111110000100110011010001001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993EF; }

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

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

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

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

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

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

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

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