#C06DDC

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

Shades of Medium Orchid #C06DDC

Tints of Medium Orchid #C06DDC

Color information

#C06DDC (or 0xC06DDC) is unknown color: approx Medium Orchid. HEX triplet: C0, 6D and DC. RGB value is (192,109,220). Sum of RGB (Red+Green+Blue) = 192+109+220=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #C06DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DDC is #3F9223. Grayscale: #929292. Windows color (decimal): -4166180 or 14446016. OLE color: 14446016.

HSL color Cylindrical-coordinate representation of color #C06DDC: hue angle of 284.86º 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 #C06DDC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192109220-
CMYK0.130.5000.14
HSL284.86º61.33%64.51%-
HSV(B)284.86º50.45%86.27%-
XYZ40.1327.3170.87-
YUV146.47169.5160.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 109 (42.97% from 255) = 20.92%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=36.85%
G=20.92%
B=42.23%

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
Decimal1921092200.130.5000.14284.8661.3364.51
HexC06DDCD320E11d3d41
Octal300155334156201643575101
Binary110000001101101110111001101110010011101000111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06DDC; }

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

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

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

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

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

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

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

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