Shades of Orchid #D272C8
Tints of Orchid #D272C8
RGB
CMYK
RGB Variations
Color information
#D272C8 (or 0xD272C8) is known color: Orchid. HEX triplet: D2, 72 and C8. RGB value is (210,114,200). Sum of RGB (Red+Green+Blue) = 210+114+200=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D272C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272C8 is #2D8D37. Grayscale: #989898. Windows color (decimal): -2985272 or 13136594. OLE color: 13136594.
HSL color Cylindrical-coordinate representation of color #D272C8: hue angle of 306.25º 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 #D272C8 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 200 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.18 |
| HSL | 306.25º | 0.52% | 0.64% | - |
| HSV(B) | 306.25º | 0.46% | 0.82% | - |
| XYZ | 43.02 | 29.91 | 58.15 | - |
| YUV | 152.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 200 | 0 | 0.46 | 0.05 | 0.18 | 306.25 | 0.52 | 0.64 |
| Hex | D2 | 72 | C8 | 0 | 2E | 5 | 12 | 132 | 34 | 40 |
| Octal | 322 | 162 | 310 | 0 | 56 | 5 | 22 | 462 | 64 | 100 |
| Binary | 11010010 | 1110010 | 11001000 | 0 | 101110 | 101 | 10010 | 100110010 | 110100 | 1000000 |
Color Harmonies of #D272C8
Complementary color
Monochromatic Colors of #D272C8
Black with #D272C8
Text Example
Text Example
White with #D272C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272C8; }
p { color: rgb(210,114,200); }
H1.HeaderClassName
{
color: #D272C8;
}
.AnyTagClassName
{
color: #D272C8;
}
</style>
background-color css
<style>
a { background-color: #D272C8; }
a { background-color: rgb(210,114,200); }
div.DivClassName
{
background-color: #D272C8;
}
.BgClassName
{
background-color: #D272C8;
}
</style>
border-color css
<style>
span { border-color: #D272C8; }
span { border-color: rgb(210,114,200); }
td.TdClassName
{
border-color: #D272C8;
}
.TagClassName
{
border-color: #D272C8;
}
</style>