Shades of Medium Orchid #C05FD1
Tints of Medium Orchid #C05FD1
RGB
CMYK
RGB Variations
Color information
#C05FD1 (or 0xC05FD1) is known color: Medium Orchid. HEX triplet: C0, 5F and D1. RGB value is (192,95,209). Sum of RGB (Red+Green+Blue) = 192+95+209=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #C05FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FD1 is #3FA02E. Grayscale: #888888. Windows color (decimal): -4169775 or 13721536. OLE color: 13721536.
HSL color Cylindrical-coordinate representation of color #C05FD1: hue angle of 291.05º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05FD1 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 95 | 209 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.18 |
| HSL | 291.05º | 0.55% | 0.6% | - |
| HSV(B) | 291.05º | 0.55% | 0.82% | - |
| XYZ | 37.34 | 23.99 | 62.98 | - |
| YUV | 137 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 209 | 0.08 | 0.55 | 0 | 0.18 | 291.05 | 0.55 | 0.6 |
| Hex | C0 | 5F | D1 | 8 | 37 | 0 | 12 | 123 | 37 | 3C |
| Octal | 300 | 137 | 321 | 10 | 67 | 0 | 22 | 443 | 67 | 74 |
| Binary | 11000000 | 1011111 | 11010001 | 1000 | 110111 | 0 | 10010 | 100100011 | 110111 | 111100 |
Color Harmonies of #C05FD1
Complementary color
Monochromatic Colors of #C05FD1
Black with #C05FD1
Text Example
Text Example
White with #C05FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FD1; }
p { color: rgb(192,95,209); }
H1.HeaderClassName
{
color: #C05FD1;
}
.AnyTagClassName
{
color: #C05FD1;
}
</style>
background-color css
<style>
a { background-color: #C05FD1; }
a { background-color: rgb(192,95,209); }
div.DivClassName
{
background-color: #C05FD1;
}
.BgClassName
{
background-color: #C05FD1;
}
</style>
border-color css
<style>
span { border-color: #C05FD1; }
span { border-color: rgb(192,95,209); }
td.TdClassName
{
border-color: #C05FD1;
}
.TagClassName
{
border-color: #C05FD1;
}
</style>