#C085ED

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

Shades of Wisteria #C085ED

Tints of Wisteria #C085ED

Color information

#C085ED (or 0xC085ED) is unknown color: approx Wisteria. HEX triplet: C0, 85 and ED. RGB value is (192,133,237). Sum of RGB (Red+Green+Blue) = 192+133+237=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #C085ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085ED is #3F7A12. Grayscale: #A2A2A2. Windows color (decimal): -4160019 or 15566272. OLE color: 15566272.

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

Color convert

RGB192133237-
CMYK0.190.4400.07
HSL274.04º74.29%72.55%-
HSV(B)274.04º43.88%92.94%-
XYZ45.4134.184.31-
YUV162.5170.05149.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=34.16%
G=23.67%
B=42.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921332370.190.4400.07274.0474.2972.55
HexC085ED132C071124a49
Octal300205355235407422112111
Binary11000000100001011110110110011101100011110001001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085ED; }

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

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

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

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

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

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

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

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