Shades of Orchid #D272C9
Tints of Orchid #D272C9
RGB
CMYK
RGB Variations
Color information
#D272C9 (or 0xD272C9) is known color: Orchid. HEX triplet: D2, 72 and C9. RGB value is (210,114,201). Sum of RGB (Red+Green+Blue) = 210+114+201=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D272C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272C9 is #2D8D36. Grayscale: #989898. Windows color (decimal): -2985271 or 13202130. OLE color: 13202130.
HSL color Cylindrical-coordinate representation of color #D272C9: hue angle of 305.62º 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 #D272C9 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 201 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.18 |
| HSL | 305.63º | 0.52% | 0.64% | - |
| HSV(B) | 305.63º | 0.46% | 0.82% | - |
| XYZ | 43.14 | 29.95 | 58.77 | - |
| YUV | 152.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 201 | 0 | 0.46 | 0.04 | 0.18 | 305.63 | 0.52 | 0.64 |
| Hex | D2 | 72 | C9 | 0 | 2E | 4 | 12 | 132 | 34 | 40 |
| Octal | 322 | 162 | 311 | 0 | 56 | 4 | 22 | 462 | 64 | 100 |
| Binary | 11010010 | 1110010 | 11001001 | 0 | 101110 | 100 | 10010 | 100110010 | 110100 | 1000000 |
Color Harmonies of #D272C9
Complementary color
Monochromatic Colors of #D272C9
Black with #D272C9
Text Example
Text Example
White with #D272C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272C9; }
p { color: rgb(210,114,201); }
H1.HeaderClassName
{
color: #D272C9;
}
.AnyTagClassName
{
color: #D272C9;
}
</style>
background-color css
<style>
a { background-color: #D272C9; }
a { background-color: rgb(210,114,201); }
div.DivClassName
{
background-color: #D272C9;
}
.BgClassName
{
background-color: #D272C9;
}
</style>
border-color css
<style>
span { border-color: #D272C9; }
span { border-color: rgb(210,114,201); }
td.TdClassName
{
border-color: #D272C9;
}
.TagClassName
{
border-color: #D272C9;
}
</style>