#C063EC

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

Shades of Medium Orchid #C063EC

Tints of Medium Orchid #C063EC

Color information

#C063EC (or 0xC063EC) is unknown color: approx Medium Orchid. HEX triplet: C0, 63 and EC. RGB value is (192,99,236). Sum of RGB (Red+Green+Blue) = 192+99+236=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #C063EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C063EC is #3F9C13. Grayscale: #8D8D8D. Windows color (decimal): -4168724 or 15492032. OLE color: 15492032.

HSL color Cylindrical-coordinate representation of color #C063EC: hue angle of 280.73º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C063EC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19299236-
CMYK0.190.5800.07
HSL280.73º78.29%65.69%-
HSV(B)280.73º58.05%92.55%-
XYZ41.3426.1982.23-
YUV142.43180.81163.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 99 (39.06% from 255) = 18.79%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=36.43%
G=18.79%
B=44.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192992360.190.5800.07280.7378.2965.69
HexC063EC133A071194e42
Octal300143354237207431116102
Binary1100000011000111110110010011111010011110001100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063EC; }

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

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

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

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

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

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

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

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