#C285EE

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

Shades of Wisteria #C285EE

Tints of Wisteria #C285EE

Color information

#C285EE (or 0xC285EE) is unknown color: approx Wisteria. HEX triplet: C2, 85 and EE. RGB value is (194,133,238). Sum of RGB (Red+Green+Blue) = 194+133+238=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #C285EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285EE is #3D7A11. Grayscale: #A2A2A2. Windows color (decimal): -4028946 or 15631810. OLE color: 15631810.

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

Color convert

RGB194133238-
CMYK0.180.4400.07
HSL274.86º75.54%72.75%-
HSV(B)274.86º44.12%93.33%-
XYZ46.0734.4285.1-
YUV163.21170.21149.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=34.34%
G=23.54%
B=42.12%

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
Decimal1941332380.180.4400.07274.8675.5472.75
HexC285EE122C071134c49
Octal302205356225407423114111
Binary11000010100001011110111010010101100011110001001110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285EE; }

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

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

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

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

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

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

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

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