Shades of Orchid #D27FDF
Tints of Orchid #D27FDF
RGB
CMYK
RGB Variations
Color information
#D27FDF (or 0xD27FDF) is known color: Orchid. HEX triplet: D2, 7F and DF. RGB value is (210,127,223). Sum of RGB (Red+Green+Blue) = 210+127+223=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D27FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FDF is #2D8020. Grayscale: #A2A2A2. Windows color (decimal): -2981921 or 14647250. OLE color: 14647250.
HSL color Cylindrical-coordinate representation of color #D27FDF: hue angle of 291.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27FDF is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 127 | 223 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.13 |
| HSL | 291.88º | 0.6% | 0.69% | - |
| HSV(B) | 291.88º | 0.43% | 0.87% | - |
| XYZ | 47.49 | 34.21 | 73.91 | - |
| YUV | 162.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 223 | 0.06 | 0.43 | 0 | 0.13 | 291.88 | 0.6 | 0.69 |
| Hex | D2 | 7F | DF | 6 | 2B | 0 | D | 124 | 3C | 45 |
| Octal | 322 | 177 | 337 | 6 | 53 | 0 | 15 | 444 | 74 | 105 |
| Binary | 11010010 | 1111111 | 11011111 | 110 | 101011 | 0 | 1101 | 100100100 | 111100 | 1000101 |
Color Harmonies of #D27FDF
Complementary color
Monochromatic Colors of #D27FDF
Black with #D27FDF
Text Example
Text Example
White with #D27FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FDF; }
p { color: rgb(210,127,223); }
H1.HeaderClassName
{
color: #D27FDF;
}
.AnyTagClassName
{
color: #D27FDF;
}
</style>
background-color css
<style>
a { background-color: #D27FDF; }
a { background-color: rgb(210,127,223); }
div.DivClassName
{
background-color: #D27FDF;
}
.BgClassName
{
background-color: #D27FDF;
}
</style>
border-color css
<style>
span { border-color: #D27FDF; }
span { border-color: rgb(210,127,223); }
td.TdClassName
{
border-color: #D27FDF;
}
.TagClassName
{
border-color: #D27FDF;
}
</style>