#C393CE

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

Shades of Wisteria #C393CE

Tints of Wisteria #C393CE

Color information

#C393CE (or 0xC393CE) is unknown color: approx Wisteria. HEX triplet: C3, 93 and CE. RGB value is (195,147,206). Sum of RGB (Red+Green+Blue) = 195+147+206=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C393CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393CE is #3C6C31. Grayscale: #A7A7A7. Windows color (decimal): -3959858 or 13538243. OLE color: 13538243.

HSL color Cylindrical-coordinate representation of color #C393CE: hue angle of 288.81º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C393CE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195147206-
CMYK0.050.2900.19
HSL288.81º37.58%69.22%-
HSV(B)288.81º28.64%80.78%-
XYZ44.0836.9363.2-
YUV168.08149.4147.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 147 (57.81% from 255) = 26.82%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=35.58%
G=26.82%
B=37.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951472060.050.2900.19288.8137.5869.22
HexC393CE51D0131212645
Octal30322331653502344146105
Binary110000111001001111001110101111010100111001000011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C393CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C393CE; }

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

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

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

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

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

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

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

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