#C085EC

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

Shades of Wisteria #C085EC

Tints of Wisteria #C085EC

Color information

#C085EC (or 0xC085EC) is unknown color: approx Wisteria. HEX triplet: C0, 85 and EC. RGB value is (192,133,236). Sum of RGB (Red+Green+Blue) = 192+133+236=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #C085EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085EC is #3F7A13. Grayscale: #A2A2A2. Windows color (decimal): -4160020 or 15500736. OLE color: 15500736.

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

Color convert

RGB192133236-
CMYK0.190.4400.07
HSL274.37º73.05%72.35%-
HSV(B)274.37º43.64%92.55%-
XYZ45.2734.0483.54-
YUV162.38169.55149.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=34.22%
G=23.71%
B=42.07%

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
Decimal1921332360.190.4400.07274.3773.0572.35
HexC085EC132C071124948
Octal300205354235407422111110
Binary11000000100001011110110010011101100011110001001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085EC; }

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

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

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

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

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

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

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

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