Shades of Orchid #D272DF
Tints of Orchid #D272DF
RGB
CMYK
RGB Variations
Color information
#D272DF (or 0xD272DF) is known color: Orchid. HEX triplet: D2, 72 and DF. RGB value is (210,114,223). Sum of RGB (Red+Green+Blue) = 210+114+223=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D272DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272DF is #2D8D20. Grayscale: #9A9A9A. Windows color (decimal): -2985249 or 14643922. OLE color: 14643922.
HSL color Cylindrical-coordinate representation of color #D272DF: hue angle of 292.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D272DF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 114 | 223 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.13 |
| HSL | 292.84º | 0.63% | 0.66% | - |
| HSV(B) | 292.84º | 0.49% | 0.87% | - |
| XYZ | 45.91 | 31.06 | 73.39 | - |
| YUV | 155.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 223 | 0.06 | 0.49 | 0 | 0.13 | 292.84 | 0.63 | 0.66 |
| Hex | D2 | 72 | DF | 6 | 31 | 0 | D | 125 | 3F | 42 |
| Octal | 322 | 162 | 337 | 6 | 61 | 0 | 15 | 445 | 77 | 102 |
| Binary | 11010010 | 1110010 | 11011111 | 110 | 110001 | 0 | 1101 | 100100101 | 111111 | 1000010 |
Color Harmonies of #D272DF
Complementary color
Monochromatic Colors of #D272DF
Black with #D272DF
Text Example
Text Example
White with #D272DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272DF; }
p { color: rgb(210,114,223); }
H1.HeaderClassName
{
color: #D272DF;
}
.AnyTagClassName
{
color: #D272DF;
}
</style>
background-color css
<style>
a { background-color: #D272DF; }
a { background-color: rgb(210,114,223); }
div.DivClassName
{
background-color: #D272DF;
}
.BgClassName
{
background-color: #D272DF;
}
</style>
border-color css
<style>
span { border-color: #D272DF; }
span { border-color: rgb(210,114,223); }
td.TdClassName
{
border-color: #D272DF;
}
.TagClassName
{
border-color: #D272DF;
}
</style>