Shades of Orchid #D27DC7
Tints of Orchid #D27DC7
RGB
CMYK
RGB Variations
Color information
#D27DC7 (or 0xD27DC7) is known color: Orchid. HEX triplet: D2, 7D and C7. RGB value is (210,125,199). Sum of RGB (Red+Green+Blue) = 210+125+199=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DC7 is #2D8238. Grayscale: #9E9E9E. Windows color (decimal): -2982457 or 13073874. OLE color: 13073874.
HSL color Cylindrical-coordinate representation of color #D27DC7: hue angle of 307.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27DC7 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 199 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.18 |
| HSL | 307.76º | 0.49% | 0.66% | - |
| HSV(B) | 307.76º | 0.4% | 0.82% | - |
| XYZ | 44.22 | 32.49 | 57.97 | - |
| YUV | 158.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 199 | 0 | 0.40 | 0.05 | 0.18 | 307.76 | 0.49 | 0.66 |
| Hex | D2 | 7D | C7 | 0 | 28 | 5 | 12 | 134 | 31 | 42 |
| Octal | 322 | 175 | 307 | 0 | 50 | 5 | 22 | 464 | 61 | 102 |
| Binary | 11010010 | 1111101 | 11000111 | 0 | 101000 | 101 | 10010 | 100110100 | 110001 | 1000010 |
Color Harmonies of #D27DC7
Complementary color
Monochromatic Colors of #D27DC7
Black with #D27DC7
Text Example
Text Example
White with #D27DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DC7; }
p { color: rgb(210,125,199); }
H1.HeaderClassName
{
color: #D27DC7;
}
.AnyTagClassName
{
color: #D27DC7;
}
</style>
background-color css
<style>
a { background-color: #D27DC7; }
a { background-color: rgb(210,125,199); }
div.DivClassName
{
background-color: #D27DC7;
}
.BgClassName
{
background-color: #D27DC7;
}
</style>
border-color css
<style>
span { border-color: #D27DC7; }
span { border-color: rgb(210,125,199); }
td.TdClassName
{
border-color: #D27DC7;
}
.TagClassName
{
border-color: #D27DC7;
}
</style>