Shades of Orchid #D27FC6
Tints of Orchid #D27FC6
RGB
CMYK
RGB Variations
Color information
#D27FC6 (or 0xD27FC6) is known color: Orchid. HEX triplet: D2, 7F and C6. RGB value is (210,127,198). Sum of RGB (Red+Green+Blue) = 210+127+198=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FC6 is #2D8039. Grayscale: #9F9F9F. Windows color (decimal): -2981946 or 13008850. OLE color: 13008850.
HSL color Cylindrical-coordinate representation of color #D27FC6: hue angle of 308.67º degrees, saturation: 0.48, 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 #D27FC6 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 198 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.18 |
| HSL | 308.67º | 0.48% | 0.66% | - |
| HSV(B) | 308.67º | 0.4% | 0.82% | - |
| XYZ | 44.36 | 32.96 | 57.45 | - |
| YUV | 159.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 198 | 0 | 0.40 | 0.06 | 0.18 | 308.67 | 0.48 | 0.66 |
| Hex | D2 | 7F | C6 | 0 | 28 | 6 | 12 | 135 | 30 | 42 |
| Octal | 322 | 177 | 306 | 0 | 50 | 6 | 22 | 465 | 60 | 102 |
| Binary | 11010010 | 1111111 | 11000110 | 0 | 101000 | 110 | 10010 | 100110101 | 110000 | 1000010 |
Color Harmonies of #D27FC6
Complementary color
Monochromatic Colors of #D27FC6
Black with #D27FC6
Text Example
Text Example
White with #D27FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FC6; }
p { color: rgb(210,127,198); }
H1.HeaderClassName
{
color: #D27FC6;
}
.AnyTagClassName
{
color: #D27FC6;
}
</style>
background-color css
<style>
a { background-color: #D27FC6; }
a { background-color: rgb(210,127,198); }
div.DivClassName
{
background-color: #D27FC6;
}
.BgClassName
{
background-color: #D27FC6;
}
</style>
border-color css
<style>
span { border-color: #D27FC6; }
span { border-color: rgb(210,127,198); }
td.TdClassName
{
border-color: #D27FC6;
}
.TagClassName
{
border-color: #D27FC6;
}
</style>