#C06EDC

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

Shades of Medium Orchid #C06EDC

Tints of Medium Orchid #C06EDC

Color information

#C06EDC (or 0xC06EDC) is unknown color: approx Medium Orchid. HEX triplet: C0, 6E and DC. RGB value is (192,110,220). Sum of RGB (Red+Green+Blue) = 192+110+220=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C06EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EDC is #3F9123. Grayscale: #929292. Windows color (decimal): -4165924 or 14446272. OLE color: 14446272.

HSL color Cylindrical-coordinate representation of color #C06EDC: hue angle of 284.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06EDC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192110220-
CMYK0.130.5000.14
HSL284.73º61.11%64.71%-
HSV(B)284.73º50%86.27%-
XYZ40.2327.5370.9-
YUV147.06169.17160.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 110 (43.36% from 255) = 21.07%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=36.78%
G=21.07%
B=42.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921102200.130.5000.14284.7361.1164.71
HexC06EDCD320E11d3d41
Octal300156334156201643575101
Binary110000001101110110111001101110010011101000111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EDC; }

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

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

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

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

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

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

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

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