Shades of Orchid #D272B7
Tints of Orchid #D272B7
RGB
CMYK
RGB Variations
Color information
#D272B7 (or 0xD272B7) is known color: Orchid. HEX triplet: D2, 72 and B7. RGB value is (210,114,183). Sum of RGB (Red+Green+Blue) = 210+114+183=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D272B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272B7 is #2D8D48. Grayscale: #969696. Windows color (decimal): -2985289 or 12022482. OLE color: 12022482.
HSL color Cylindrical-coordinate representation of color #D272B7: hue angle of 316.88º 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 #D272B7 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 183 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.18 |
| HSL | 316.88º | 0.52% | 0.64% | - |
| HSV(B) | 316.88º | 0.46% | 0.82% | - |
| XYZ | 41.14 | 29.16 | 48.26 | - |
| YUV | 150.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 183 | 0 | 0.46 | 0.13 | 0.18 | 316.88 | 0.52 | 0.64 |
| Hex | D2 | 72 | B7 | 0 | 2E | D | 12 | 13D | 34 | 40 |
| Octal | 322 | 162 | 267 | 0 | 56 | 15 | 22 | 475 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10110111 | 0 | 101110 | 1101 | 10010 | 100111101 | 110100 | 1000000 |
Color Harmonies of #D272B7
Complementary color
Monochromatic Colors of #D272B7
Black with #D272B7
Text Example
Text Example
White with #D272B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272B7; }
p { color: rgb(210,114,183); }
H1.HeaderClassName
{
color: #D272B7;
}
.AnyTagClassName
{
color: #D272B7;
}
</style>
background-color css
<style>
a { background-color: #D272B7; }
a { background-color: rgb(210,114,183); }
div.DivClassName
{
background-color: #D272B7;
}
.BgClassName
{
background-color: #D272B7;
}
</style>
border-color css
<style>
span { border-color: #D272B7; }
span { border-color: rgb(210,114,183); }
td.TdClassName
{
border-color: #D272B7;
}
.TagClassName
{
border-color: #D272B7;
}
</style>