#C06CE9

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

Shades of Medium Orchid #C06CE9

Tints of Medium Orchid #C06CE9

Color information

#C06CE9 (or 0xC06CE9) is unknown color: approx Medium Orchid. HEX triplet: C0, 6C and E9. RGB value is (192,108,233). Sum of RGB (Red+Green+Blue) = 192+108+233=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #C06CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CE9 is #3F9316. Grayscale: #929292. Windows color (decimal): -4166423 or 15297728. OLE color: 15297728.

HSL color Cylindrical-coordinate representation of color #C06CE9: hue angle of 280.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06CE9 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192108233-
CMYK0.180.5400.09
HSL280.32º73.96%66.86%-
HSV(B)280.32º53.65%91.37%-
XYZ41.8127.8180.26-
YUV147.37176.33159.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=36.02%
G=20.26%
B=43.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1921082330.180.5400.09280.3273.9666.86
HexC06CE91236091184a43
Octal3001543512266011430112103
Binary11000000110110011101001100101101100100110001100010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06CE9; }

 p { color: rgb(192,108,233); }

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

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

 a { background-color: rgb(192,108,233); }

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

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

 span { border-color: rgb(192,108,233); }

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