Shades of Orchid #D272DC
Tints of Orchid #D272DC
RGB
CMYK
RGB Variations
Color information
#D272DC (or 0xD272DC) is known color: Orchid. HEX triplet: D2, 72 and DC. RGB value is (210,114,220). Sum of RGB (Red+Green+Blue) = 210+114+220=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #D272DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272DC is #2D8D23. Grayscale: #9A9A9A. Windows color (decimal): -2985252 or 14447314. OLE color: 14447314.
HSL color Cylindrical-coordinate representation of color #D272DC: hue angle of 294.34º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D272DC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 114 | 220 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.14 |
| HSL | 294.34º | 0.6% | 0.65% | - |
| HSV(B) | 294.34º | 0.48% | 0.86% | - |
| XYZ | 45.51 | 30.9 | 71.28 | - |
| YUV | 154.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 220 | 0.05 | 0.48 | 0 | 0.14 | 294.34 | 0.6 | 0.65 |
| Hex | D2 | 72 | DC | 5 | 30 | 0 | E | 126 | 3C | 41 |
| Octal | 322 | 162 | 334 | 5 | 60 | 0 | 16 | 446 | 74 | 101 |
| Binary | 11010010 | 1110010 | 11011100 | 101 | 110000 | 0 | 1110 | 100100110 | 111100 | 1000001 |
Color Harmonies of #D272DC
Complementary color
Monochromatic Colors of #D272DC
Black with #D272DC
Text Example
Text Example
White with #D272DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272DC; }
p { color: rgb(210,114,220); }
H1.HeaderClassName
{
color: #D272DC;
}
.AnyTagClassName
{
color: #D272DC;
}
</style>
background-color css
<style>
a { background-color: #D272DC; }
a { background-color: rgb(210,114,220); }
div.DivClassName
{
background-color: #D272DC;
}
.BgClassName
{
background-color: #D272DC;
}
</style>
border-color css
<style>
span { border-color: #D272DC; }
span { border-color: rgb(210,114,220); }
td.TdClassName
{
border-color: #D272DC;
}
.TagClassName
{
border-color: #D272DC;
}
</style>