Shades of Orchid #D272D6
Tints of Orchid #D272D6
RGB
CMYK
RGB Variations
Color information
#D272D6 (or 0xD272D6) is known color: Orchid. HEX triplet: D2, 72 and D6. RGB value is (210,114,214). Sum of RGB (Red+Green+Blue) = 210+114+214=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #D272D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272D6 is #2D8D29. Grayscale: #999999. Windows color (decimal): -2985258 or 14054098. OLE color: 14054098.
HSL color Cylindrical-coordinate representation of color #D272D6: hue angle of 297.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D272D6 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 114 | 214 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.16 |
| HSL | 297.6º | 0.55% | 0.64% | - |
| HSV(B) | 297.6º | 0.47% | 0.84% | - |
| XYZ | 44.73 | 30.59 | 67.17 | - |
| YUV | 154.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 214 | 0.02 | 0.47 | 0 | 0.16 | 297.6 | 0.55 | 0.64 |
| Hex | D2 | 72 | D6 | 2 | 2F | 0 | 10 | 12A | 37 | 40 |
| Octal | 322 | 162 | 326 | 2 | 57 | 0 | 20 | 452 | 67 | 100 |
| Binary | 11010010 | 1110010 | 11010110 | 10 | 101111 | 0 | 10000 | 100101010 | 110111 | 1000000 |
Color Harmonies of #D272D6
Complementary color
Monochromatic Colors of #D272D6
Black with #D272D6
Text Example
Text Example
White with #D272D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272D6; }
p { color: rgb(210,114,214); }
H1.HeaderClassName
{
color: #D272D6;
}
.AnyTagClassName
{
color: #D272D6;
}
</style>
background-color css
<style>
a { background-color: #D272D6; }
a { background-color: rgb(210,114,214); }
div.DivClassName
{
background-color: #D272D6;
}
.BgClassName
{
background-color: #D272D6;
}
</style>
border-color css
<style>
span { border-color: #D272D6; }
span { border-color: rgb(210,114,214); }
td.TdClassName
{
border-color: #D272D6;
}
.TagClassName
{
border-color: #D272D6;
}
</style>