Shades of Medium Orchid #C05FDC
Tints of Medium Orchid #C05FDC
RGB
CMYK
RGB Variations
Color information
#C05FDC (or 0xC05FDC) is known color: Medium Orchid. HEX triplet: C0, 5F and DC. RGB value is (192,95,220). Sum of RGB (Red+Green+Blue) = 192+95+220=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #C05FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FDC is #3FA023. Grayscale: #898989. Windows color (decimal): -4169764 or 14442432. OLE color: 14442432.
HSL color Cylindrical-coordinate representation of color #C05FDC: hue angle of 286.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05FDC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 95 | 220 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.14 |
| HSL | 286.56º | 0.64% | 0.62% | - |
| HSV(B) | 286.56º | 0.57% | 0.86% | - |
| XYZ | 38.75 | 24.56 | 70.41 | - |
| YUV | 138.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 220 | 0.13 | 0.57 | 0 | 0.14 | 286.56 | 0.64 | 0.62 |
| Hex | C0 | 5F | DC | D | 39 | 0 | E | 11F | 40 | 3E |
| Octal | 300 | 137 | 334 | 15 | 71 | 0 | 16 | 437 | 100 | 76 |
| Binary | 11000000 | 1011111 | 11011100 | 1101 | 111001 | 0 | 1110 | 100011111 | 1000000 | 111110 |
Color Harmonies of #C05FDC
Complementary color
Monochromatic Colors of #C05FDC
Black with #C05FDC
Text Example
Text Example
White with #C05FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FDC; }
p { color: rgb(192,95,220); }
H1.HeaderClassName
{
color: #C05FDC;
}
.AnyTagClassName
{
color: #C05FDC;
}
</style>
background-color css
<style>
a { background-color: #C05FDC; }
a { background-color: rgb(192,95,220); }
div.DivClassName
{
background-color: #C05FDC;
}
.BgClassName
{
background-color: #C05FDC;
}
</style>
border-color css
<style>
span { border-color: #C05FDC; }
span { border-color: rgb(192,95,220); }
td.TdClassName
{
border-color: #C05FDC;
}
.TagClassName
{
border-color: #C05FDC;
}
</style>