Shades of Orchid #D272D8
Tints of Orchid #D272D8
RGB
CMYK
RGB Variations
Color information
#D272D8 (or 0xD272D8) is known color: Orchid. HEX triplet: D2, 72 and D8. RGB value is (210,114,216). Sum of RGB (Red+Green+Blue) = 210+114+216=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #D272D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272D8 is #2D8D27. Grayscale: #9A9A9A. Windows color (decimal): -2985256 or 14185170. OLE color: 14185170.
HSL color Cylindrical-coordinate representation of color #D272D8: hue angle of 296.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D272D8 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 114 | 216 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.15 |
| HSL | 296.47º | 0.57% | 0.65% | - |
| HSV(B) | 296.47º | 0.47% | 0.85% | - |
| XYZ | 44.99 | 30.69 | 68.52 | - |
| YUV | 154.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 216 | 0.03 | 0.47 | 0 | 0.15 | 296.47 | 0.57 | 0.65 |
| Hex | D2 | 72 | D8 | 3 | 2F | 0 | F | 128 | 39 | 41 |
| Octal | 322 | 162 | 330 | 3 | 57 | 0 | 17 | 450 | 71 | 101 |
| Binary | 11010010 | 1110010 | 11011000 | 11 | 101111 | 0 | 1111 | 100101000 | 111001 | 1000001 |
Color Harmonies of #D272D8
Complementary color
Monochromatic Colors of #D272D8
Black with #D272D8
Text Example
Text Example
White with #D272D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272D8; }
p { color: rgb(210,114,216); }
H1.HeaderClassName
{
color: #D272D8;
}
.AnyTagClassName
{
color: #D272D8;
}
</style>
background-color css
<style>
a { background-color: #D272D8; }
a { background-color: rgb(210,114,216); }
div.DivClassName
{
background-color: #D272D8;
}
.BgClassName
{
background-color: #D272D8;
}
</style>
border-color css
<style>
span { border-color: #D272D8; }
span { border-color: rgb(210,114,216); }
td.TdClassName
{
border-color: #D272D8;
}
.TagClassName
{
border-color: #D272D8;
}
</style>