Shades of Orchid #D272BE
Tints of Orchid #D272BE
RGB
CMYK
RGB Variations
Color information
#D272BE (or 0xD272BE) is known color: Orchid. HEX triplet: D2, 72 and BE. RGB value is (210,114,190). Sum of RGB (Red+Green+Blue) = 210+114+190=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D272BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272BE is #2D8D41. Grayscale: #979797. Windows color (decimal): -2985282 or 12481234. OLE color: 12481234.
HSL color Cylindrical-coordinate representation of color #D272BE: hue angle of 312.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D272BE is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 190 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.18 |
| HSL | 312.5º | 0.52% | 0.64% | - |
| HSV(B) | 312.5º | 0.46% | 0.82% | - |
| XYZ | 41.89 | 29.45 | 52.19 | - |
| YUV | 151.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 190 | 0 | 0.46 | 0.10 | 0.18 | 312.5 | 0.52 | 0.64 |
| Hex | D2 | 72 | BE | 0 | 2E | A | 12 | 138 | 34 | 40 |
| Octal | 322 | 162 | 276 | 0 | 56 | 12 | 22 | 470 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10111110 | 0 | 101110 | 1010 | 10010 | 100111000 | 110100 | 1000000 |
Color Harmonies of #D272BE
Complementary color
Monochromatic Colors of #D272BE
Black with #D272BE
Text Example
Text Example
White with #D272BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272BE; }
p { color: rgb(210,114,190); }
H1.HeaderClassName
{
color: #D272BE;
}
.AnyTagClassName
{
color: #D272BE;
}
</style>
background-color css
<style>
a { background-color: #D272BE; }
a { background-color: rgb(210,114,190); }
div.DivClassName
{
background-color: #D272BE;
}
.BgClassName
{
background-color: #D272BE;
}
</style>
border-color css
<style>
span { border-color: #D272BE; }
span { border-color: rgb(210,114,190); }
td.TdClassName
{
border-color: #D272BE;
}
.TagClassName
{
border-color: #D272BE;
}
</style>