#c393dc

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

Shades of Wisteria #C393DC

Tints of Wisteria #C393DC

Color information

#C393DC (or 0xC393DC) is unknown color: approx Wisteria. HEX triplet: C3, 93 and DC. RGB value is (195,147,220). Sum of RGB (Red+Green+Blue) = 195+147+220=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #C393DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393DC is #3C6C23. Grayscale: #A9A9A9. Windows color (decimal): -3959844 or 14455747. OLE color: 14455747.

HSL color Cylindrical-coordinate representation of color #C393DC: hue angle of 279.45º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C393DC is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195147220-
CMYK0.110.3300.14
HSL279.45º51.05%71.96%-
HSV(B)279.45º33.18%86.27%-
XYZ45.8637.6472.56-
YUV169.67156.4146.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.70%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=34.70%
G=26.16%
B=39.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951472200.110.3300.14279.4551.0571.96
HexC393DCB210E1173348
Octal303223334134101642763110
Binary1100001110010011110111001011100001011101000101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c393dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c393dc; }

 p { color: rgb(195,147,220); }

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

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

 a { background-color: rgb(195,147,220); }

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

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

 span { border-color: rgb(195,147,220); }

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