Shades of Orchid #D27FD3
Tints of Orchid #D27FD3
RGB
CMYK
RGB Variations
Color information
#D27FD3 (or 0xD27FD3) is known color: Orchid. HEX triplet: D2, 7F and D3. RGB value is (210,127,211). Sum of RGB (Red+Green+Blue) = 210+127+211=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #D27FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FD3 is #2D802C. Grayscale: #A1A1A1. Windows color (decimal): -2981933 or 13860818. OLE color: 13860818.
HSL color Cylindrical-coordinate representation of color #D27FD3: hue angle of 299.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27FD3 is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 127 | 211 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.17 |
| HSL | 299.29º | 0.49% | 0.66% | - |
| HSV(B) | 299.29º | 0.4% | 0.83% | - |
| XYZ | 45.93 | 33.58 | 65.69 | - |
| YUV | 161.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 211 | 0.00 | 0.40 | 0 | 0.17 | 299.29 | 0.49 | 0.66 |
| Hex | D2 | 7F | D3 | 0 | 28 | 0 | 11 | 12B | 31 | 42 |
| Octal | 322 | 177 | 323 | 0 | 50 | 0 | 21 | 453 | 61 | 102 |
| Binary | 11010010 | 1111111 | 11010011 | 0 | 101000 | 0 | 10001 | 100101011 | 110001 | 1000010 |
Color Harmonies of #D27FD3
Complementary color
Monochromatic Colors of #D27FD3
Black with #D27FD3
Text Example
Text Example
White with #D27FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FD3; }
p { color: rgb(210,127,211); }
H1.HeaderClassName
{
color: #D27FD3;
}
.AnyTagClassName
{
color: #D27FD3;
}
</style>
background-color css
<style>
a { background-color: #D27FD3; }
a { background-color: rgb(210,127,211); }
div.DivClassName
{
background-color: #D27FD3;
}
.BgClassName
{
background-color: #D27FD3;
}
</style>
border-color css
<style>
span { border-color: #D27FD3; }
span { border-color: rgb(210,127,211); }
td.TdClassName
{
border-color: #D27FD3;
}
.TagClassName
{
border-color: #D27FD3;
}
</style>