Shades of Orchid #D272B6
Tints of Orchid #D272B6
RGB
CMYK
RGB Variations
Color information
#D272B6 (or 0xD272B6) is known color: Orchid. HEX triplet: D2, 72 and B6. RGB value is (210,114,182). Sum of RGB (Red+Green+Blue) = 210+114+182=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D272B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272B6 is #2D8D49. Grayscale: #969696. Windows color (decimal): -2985290 or 11956946. OLE color: 11956946.
HSL color Cylindrical-coordinate representation of color #D272B6: hue angle of 317.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 #D272B6 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 182 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.18 |
| HSL | 317.5º | 0.52% | 0.64% | - |
| HSV(B) | 317.5º | 0.46% | 0.82% | - |
| XYZ | 41.04 | 29.11 | 47.71 | - |
| YUV | 150.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 182 | 0 | 0.46 | 0.13 | 0.18 | 317.5 | 0.52 | 0.64 |
| Hex | D2 | 72 | B6 | 0 | 2E | D | 12 | 13E | 34 | 40 |
| Octal | 322 | 162 | 266 | 0 | 56 | 15 | 22 | 476 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10110110 | 0 | 101110 | 1101 | 10010 | 100111110 | 110100 | 1000000 |
Color Harmonies of #D272B6
Complementary color
Monochromatic Colors of #D272B6
Black with #D272B6
Text Example
Text Example
White with #D272B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272B6; }
p { color: rgb(210,114,182); }
H1.HeaderClassName
{
color: #D272B6;
}
.AnyTagClassName
{
color: #D272B6;
}
</style>
background-color css
<style>
a { background-color: #D272B6; }
a { background-color: rgb(210,114,182); }
div.DivClassName
{
background-color: #D272B6;
}
.BgClassName
{
background-color: #D272B6;
}
</style>
border-color css
<style>
span { border-color: #D272B6; }
span { border-color: rgb(210,114,182); }
td.TdClassName
{
border-color: #D272B6;
}
.TagClassName
{
border-color: #D272B6;
}
</style>