#C062EB

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

Shades of Medium Orchid #C062EB

Tints of Medium Orchid #C062EB

Color information

#C062EB (or 0xC062EB) is unknown color: approx Medium Orchid. HEX triplet: C0, 62 and EB. RGB value is (192,98,235). Sum of RGB (Red+Green+Blue) = 192+98+235=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #C062EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062EB is #3F9D14. Grayscale: #8D8D8D. Windows color (decimal): -4168981 or 15426240. OLE color: 15426240.

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

Color convert

RGB19298235-
CMYK0.180.5800.08
HSL281.17º77.4%65.29%-
HSV(B)281.17º58.3%92.16%-
XYZ41.125.9481.44-
YUV141.72180.64163.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 98 (38.67% from 255) = 18.67%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=36.57%
G=18.67%
B=44.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192982350.180.5800.08281.1777.465.29
HexC062EB123A081194d41
Octal3001423532272010431115101
Binary11000000110001011101011100101110100100010001100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C062EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C062EB; }

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

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

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

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

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

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

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

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