Shades of Medium Orchid #D05CE7
Tints of Medium Orchid #D05CE7
RGB
CMYK
RGB Variations
Color information
#D05CE7 (or 0xD05CE7) is known color: Medium Orchid. HEX triplet: D0, 5C and E7. RGB value is (208,92,231). Sum of RGB (Red+Green+Blue) = 208+92+231=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #D05CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CE7 is #2FA318. Grayscale: #8E8E8E. Windows color (decimal): -3121945 or 15162576. OLE color: 15162576.
HSL color Cylindrical-coordinate representation of color #D05CE7: hue angle of 290.07º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05CE7 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 92 | 231 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.09 |
| HSL | 290.07º | 0.74% | 0.63% | - |
| HSV(B) | 290.07º | 0.6% | 0.91% | - |
| XYZ | 44.26 | 26.83 | 78.45 | - |
| YUV | 142.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 231 | 0.10 | 0.60 | 0 | 0.09 | 290.07 | 0.74 | 0.63 |
| Hex | D0 | 5C | E7 | A | 3C | 0 | 9 | 122 | 4A | 3F |
| Octal | 320 | 134 | 347 | 12 | 74 | 0 | 11 | 442 | 112 | 77 |
| Binary | 11010000 | 1011100 | 11100111 | 1010 | 111100 | 0 | 1001 | 100100010 | 1001010 | 111111 |
Color Harmonies of #D05CE7
Complementary color
Monochromatic Colors of #D05CE7
Black with #D05CE7
Text Example
Text Example
White with #D05CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CE7; }
p { color: rgb(208,92,231); }
H1.HeaderClassName
{
color: #D05CE7;
}
.AnyTagClassName
{
color: #D05CE7;
}
</style>
background-color css
<style>
a { background-color: #D05CE7; }
a { background-color: rgb(208,92,231); }
div.DivClassName
{
background-color: #D05CE7;
}
.BgClassName
{
background-color: #D05CE7;
}
</style>
border-color css
<style>
span { border-color: #D05CE7; }
span { border-color: rgb(208,92,231); }
td.TdClassName
{
border-color: #D05CE7;
}
.TagClassName
{
border-color: #D05CE7;
}
</style>