#C285ED

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

Shades of Wisteria #C285ED

Tints of Wisteria #C285ED

Color information

#C285ED (or 0xC285ED) is unknown color: approx Wisteria. HEX triplet: C2, 85 and ED. RGB value is (194,133,237). Sum of RGB (Red+Green+Blue) = 194+133+237=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #C285ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285ED is #3D7A12. Grayscale: #A2A2A2. Windows color (decimal): -4028947 or 15566274. OLE color: 15566274.

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

Color convert

RGB194133237-
CMYK0.180.4400.07
HSL275.19º74.29%72.55%-
HSV(B)275.19º43.88%92.94%-
XYZ45.9234.3684.33-
YUV163.1169.71150.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=34.40%
G=23.58%
B=42.02%

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
Decimal1941332370.180.4400.07275.1974.2972.55
HexC285ED122C071134a49
Octal302205355225407423112111
Binary11000010100001011110110110010101100011110001001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285ED; }

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

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

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

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

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

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

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

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