#C285EC

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

Shades of Wisteria #C285EC

Tints of Wisteria #C285EC

Color information

#C285EC (or 0xC285EC) is unknown color: approx Wisteria. HEX triplet: C2, 85 and EC. RGB value is (194,133,236). Sum of RGB (Red+Green+Blue) = 194+133+236=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #C285EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285EC is #3D7A13. Grayscale: #A2A2A2. Windows color (decimal): -4028948 or 15500738. OLE color: 15500738.

HSL color Cylindrical-coordinate representation of color #C285EC: hue angle of 275.53º 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 #C285EC is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194133236-
CMYK0.180.4400.07
HSL275.53º73.05%72.35%-
HSV(B)275.53º43.64%92.55%-
XYZ45.7834.383.56-
YUV162.98169.21150.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=34.46%
G=23.62%
B=41.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941332360.180.4400.07275.5373.0572.35
HexC285EC122C071144948
Octal302205354225407424111110
Binary11000010100001011110110010010101100011110001010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285EC; }

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

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

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

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

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

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

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

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