#C068EC

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

Shades of Medium Orchid #C068EC

Tints of Medium Orchid #C068EC

Color information

#C068EC (or 0xC068EC) is unknown color: approx Medium Orchid. HEX triplet: C0, 68 and EC. RGB value is (192,104,236). Sum of RGB (Red+Green+Blue) = 192+104+236=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #C068EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C068EC is #3F9713. Grayscale: #909090. Windows color (decimal): -4167444 or 15493312. OLE color: 15493312.

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

Color convert

RGB192104236-
CMYK0.190.5600.07
HSL280º77.65%66.67%-
HSV(B)280º55.93%92.55%-
XYZ41.8327.1682.4-
YUV145.36179.15161.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 104 (41.02% from 255) = 19.55%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=36.09%
G=19.55%
B=44.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921042360.190.5600.0728077.6566.67
HexC068EC1338071184e43
Octal300150354237007430116103
Binary1100000011010001110110010011111000011110001100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C068EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C068EC; }

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

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

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

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

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

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

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

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