#C893EF

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

Shades of Wisteria #C893EF

Tints of Wisteria #C893EF

Color information

#C893EF (or 0xC893EF) is unknown color: approx Wisteria. HEX triplet: C8, 93 and EF. RGB value is (200,147,239). Sum of RGB (Red+Green+Blue) = 200+147+239=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #C893EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C893EF is #376C10. Grayscale: #ADADAD. Windows color (decimal): -3632145 or 15700936. OLE color: 15700936.

HSL color Cylindrical-coordinate representation of color #C893EF: hue angle of 274.57º 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 #C893EF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200147239-
CMYK0.160.3800.06
HSL274.57º74.19%75.69%-
HSV(B)274.57º38.49%93.73%-
XYZ49.8339.3886.64-
YUV173.34165.06147.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.13%
GREEN value IS 147 (57.81% from 255) = 25.09%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=34.13%
G=25.09%
B=40.78%

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
Decimal2001472390.160.3800.06274.5774.1975.69
HexC893EF1026061134a4c
Octal310223357204606423112114
Binary11001000100100111110111110000100110011010001001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C893EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C893EF; }

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

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

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

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

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

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

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

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