Shades of Orchid #D272D5
Tints of Orchid #D272D5
RGB
CMYK
RGB Variations
Color information
#D272D5 (or 0xD272D5) is known color: Orchid. HEX triplet: D2, 72 and D5. RGB value is (210,114,213). Sum of RGB (Red+Green+Blue) = 210+114+213=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #D272D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272D5 is #2D8D2A. Grayscale: #999999. Windows color (decimal): -2985259 or 13988562. OLE color: 13988562.
HSL color Cylindrical-coordinate representation of color #D272D5: hue angle of 298.18º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D272D5 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 114 | 213 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.16 |
| HSL | 298.18º | 0.54% | 0.64% | - |
| HSV(B) | 298.18º | 0.46% | 0.84% | - |
| XYZ | 44.61 | 30.54 | 66.49 | - |
| YUV | 153.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 213 | 0.01 | 0.46 | 0 | 0.16 | 298.18 | 0.54 | 0.64 |
| Hex | D2 | 72 | D5 | 1 | 2E | 0 | 10 | 12A | 36 | 40 |
| Octal | 322 | 162 | 325 | 1 | 56 | 0 | 20 | 452 | 66 | 100 |
| Binary | 11010010 | 1110010 | 11010101 | 1 | 101110 | 0 | 10000 | 100101010 | 110110 | 1000000 |
Color Harmonies of #D272D5
Complementary color
Monochromatic Colors of #D272D5
Black with #D272D5
Text Example
Text Example
White with #D272D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272D5; }
p { color: rgb(210,114,213); }
H1.HeaderClassName
{
color: #D272D5;
}
.AnyTagClassName
{
color: #D272D5;
}
</style>
background-color css
<style>
a { background-color: #D272D5; }
a { background-color: rgb(210,114,213); }
div.DivClassName
{
background-color: #D272D5;
}
.BgClassName
{
background-color: #D272D5;
}
</style>
border-color css
<style>
span { border-color: #D272D5; }
span { border-color: rgb(210,114,213); }
td.TdClassName
{
border-color: #D272D5;
}
.TagClassName
{
border-color: #D272D5;
}
</style>