#C06DD1

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

Shades of Medium Orchid #C06DD1

Tints of Medium Orchid #C06DD1

Color information

#C06DD1 (or 0xC06DD1) is unknown color: approx Medium Orchid. HEX triplet: C0, 6D and D1. RGB value is (192,109,209). Sum of RGB (Red+Green+Blue) = 192+109+209=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #C06DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DD1 is #3F922E. Grayscale: #909090. Windows color (decimal): -4166191 or 13725120. OLE color: 13725120.

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

Color convert

RGB192109209-
CMYK0.080.4800.18
HSL289.8º52.08%62.35%-
HSV(B)289.8º47.85%81.96%-
XYZ38.7226.7563.44-
YUV145.22164161.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=37.65%
G=21.37%
B=40.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921092090.080.4800.18289.852.0862.35
HexC06DD1830012122343e
Octal30015532110600224426476
Binary110000001101101110100011000110000010010100100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06DD1; }

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

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

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

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

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

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

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

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