#C054EB

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

Shades of Medium Orchid #C054EB

Tints of Medium Orchid #C054EB

Color information

#C054EB (or 0xC054EB) is unknown color: approx Medium Orchid. HEX triplet: C0, 54 and EB. RGB value is (192,84,235). Sum of RGB (Red+Green+Blue) = 192+84+235=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C054EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C054EB is #3FAB14. Grayscale: #858585. Windows color (decimal): -4172565 or 15422656. OLE color: 15422656.

HSL color Cylindrical-coordinate representation of color #C054EB: hue angle of 282.91º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C054EB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19284235-
CMYK0.180.6400.08
HSL282.91º79.06%62.55%-
HSV(B)282.91º64.26%92.16%-
XYZ39.923.5581.04-
YUV133.51185.28169.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 84 (33.20% from 255) = 16.44%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=37.57%
G=16.44%
B=45.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192842350.180.6400.08282.9179.0662.55
HexC054EB12400811b4f3f
Octal3001243532210001043311777
Binary11000000101010011101011100101000000010001000110111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C054EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C054EB; }

 p { color: rgb(192,84,235); }

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

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

 a { background-color: rgb(192,84,235); }

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

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

 span { border-color: rgb(192,84,235); }

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