Shades of Orchid #D272B5
Tints of Orchid #D272B5
RGB
CMYK
RGB Variations
Color information
#D272B5 (or 0xD272B5) is known color: Orchid. HEX triplet: D2, 72 and B5. RGB value is (210,114,181). Sum of RGB (Red+Green+Blue) = 210+114+181=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D272B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272B5 is #2D8D4A. Grayscale: #969696. Windows color (decimal): -2985291 or 11891410. OLE color: 11891410.
HSL color Cylindrical-coordinate representation of color #D272B5: hue angle of 318.12º 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 #D272B5 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 181 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.18 |
| HSL | 318.13º | 0.52% | 0.64% | - |
| HSV(B) | 318.13º | 0.46% | 0.82% | - |
| XYZ | 40.94 | 29.07 | 47.17 | - |
| YUV | 150.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 181 | 0 | 0.46 | 0.14 | 0.18 | 318.13 | 0.52 | 0.64 |
| Hex | D2 | 72 | B5 | 0 | 2E | E | 12 | 13E | 34 | 40 |
| Octal | 322 | 162 | 265 | 0 | 56 | 16 | 22 | 476 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10110101 | 0 | 101110 | 1110 | 10010 | 100111110 | 110100 | 1000000 |
Color Harmonies of #D272B5
Complementary color
Monochromatic Colors of #D272B5
Black with #D272B5
Text Example
Text Example
White with #D272B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272B5; }
p { color: rgb(210,114,181); }
H1.HeaderClassName
{
color: #D272B5;
}
.AnyTagClassName
{
color: #D272B5;
}
</style>
background-color css
<style>
a { background-color: #D272B5; }
a { background-color: rgb(210,114,181); }
div.DivClassName
{
background-color: #D272B5;
}
.BgClassName
{
background-color: #D272B5;
}
</style>
border-color css
<style>
span { border-color: #D272B5; }
span { border-color: rgb(210,114,181); }
td.TdClassName
{
border-color: #D272B5;
}
.TagClassName
{
border-color: #D272B5;
}
</style>