Shades of Orchid #D27ADF
Tints of Orchid #D27ADF
RGB
CMYK
RGB Variations
Color information
#D27ADF (or 0xD27ADF) is known color: Orchid. HEX triplet: D2, 7A and DF. RGB value is (210,122,223). Sum of RGB (Red+Green+Blue) = 210+122+223=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D27ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ADF is #2D8520. Grayscale: #9F9F9F. Windows color (decimal): -2983201 or 14645970. OLE color: 14645970.
HSL color Cylindrical-coordinate representation of color #D27ADF: hue angle of 292.28º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27ADF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 122 | 223 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.13 |
| HSL | 292.28º | 0.61% | 0.68% | - |
| HSV(B) | 292.28º | 0.45% | 0.87% | - |
| XYZ | 46.86 | 32.95 | 73.7 | - |
| YUV | 159.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 223 | 0.06 | 0.45 | 0 | 0.13 | 292.28 | 0.61 | 0.68 |
| Hex | D2 | 7A | DF | 6 | 2D | 0 | D | 124 | 3D | 44 |
| Octal | 322 | 172 | 337 | 6 | 55 | 0 | 15 | 444 | 75 | 104 |
| Binary | 11010010 | 1111010 | 11011111 | 110 | 101101 | 0 | 1101 | 100100100 | 111101 | 1000100 |
Color Harmonies of #D27ADF
Complementary color
Monochromatic Colors of #D27ADF
Black with #D27ADF
Text Example
Text Example
White with #D27ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ADF; }
p { color: rgb(210,122,223); }
H1.HeaderClassName
{
color: #D27ADF;
}
.AnyTagClassName
{
color: #D27ADF;
}
</style>
background-color css
<style>
a { background-color: #D27ADF; }
a { background-color: rgb(210,122,223); }
div.DivClassName
{
background-color: #D27ADF;
}
.BgClassName
{
background-color: #D27ADF;
}
</style>
border-color css
<style>
span { border-color: #D27ADF; }
span { border-color: rgb(210,122,223); }
td.TdClassName
{
border-color: #D27ADF;
}
.TagClassName
{
border-color: #D27ADF;
}
</style>