#C385EC

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

Shades of Wisteria #C385EC

Tints of Wisteria #C385EC

Color information

#C385EC (or 0xC385EC) is unknown color: approx Wisteria. HEX triplet: C3, 85 and EC. RGB value is (195,133,236). Sum of RGB (Red+Green+Blue) = 195+133+236=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #C385EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385EC is #3C7A13. Grayscale: #A2A2A2. Windows color (decimal): -3963412 or 15500739. OLE color: 15500739.

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

Color convert

RGB195133236-
CMYK0.170.4400.07
HSL276.12º73.05%72.35%-
HSV(B)276.12º43.64%92.55%-
XYZ46.0334.4383.58-
YUV163.28169.04150.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.57%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=34.57%
G=23.58%
B=41.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951332360.170.4400.07276.1273.0572.35
HexC385EC112C071144948
Octal303205354215407424111110
Binary11000011100001011110110010001101100011110001010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385EC; }

 p { color: rgb(195,133,236); }

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

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

 a { background-color: rgb(195,133,236); }

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

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

 span { border-color: rgb(195,133,236); }

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