#C06ED1

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

Shades of Medium Orchid #C06ED1

Tints of Medium Orchid #C06ED1

Color information

#C06ED1 (or 0xC06ED1) is unknown color: approx Medium Orchid. HEX triplet: C0, 6E and D1. RGB value is (192,110,209). Sum of RGB (Red+Green+Blue) = 192+110+209=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #C06ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ED1 is #3F912E. Grayscale: #919191. Windows color (decimal): -4165935 or 13725376. OLE color: 13725376.

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

Color convert

RGB192110209-
CMYK0.080.4700.18
HSL289.7º51.83%62.55%-
HSV(B)289.7º47.37%81.96%-
XYZ38.8226.9663.48-
YUV145.8163.67160.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 110 (43.36% from 255) = 21.53%
BLUE value IS 209 (82.03% from 255) = 40.90%
R=37.57%
G=21.53%
B=40.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921102090.080.4700.18289.751.8362.55
HexC06ED182F012122343f
Octal30015632110570224426477
Binary110000001101110110100011000101111010010100100010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06ED1; }

 p { color: rgb(192,110,209); }

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

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

 a { background-color: rgb(192,110,209); }

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

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

 span { border-color: rgb(192,110,209); }

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