Shades of Orchid #D270DF
Tints of Orchid #D270DF
RGB
CMYK
RGB Variations
Color information
#D270DF (or 0xD270DF) is known color: Orchid. HEX triplet: D2, 70 and DF. RGB value is (210,112,223). Sum of RGB (Red+Green+Blue) = 210+112+223=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #D270DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270DF is #2D8F20. Grayscale: #999999. Windows color (decimal): -2985761 or 14643410. OLE color: 14643410.
HSL color Cylindrical-coordinate representation of color #D270DF: hue angle of 292.97º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D270DF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 112 | 223 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.13 |
| HSL | 292.97º | 0.63% | 0.66% | - |
| HSV(B) | 292.97º | 0.5% | 0.87% | - |
| XYZ | 45.69 | 30.62 | 73.31 | - |
| YUV | 153.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 223 | 0.06 | 0.50 | 0 | 0.13 | 292.97 | 0.63 | 0.66 |
| Hex | D2 | 70 | DF | 6 | 32 | 0 | D | 125 | 3F | 42 |
| Octal | 322 | 160 | 337 | 6 | 62 | 0 | 15 | 445 | 77 | 102 |
| Binary | 11010010 | 1110000 | 11011111 | 110 | 110010 | 0 | 1101 | 100100101 | 111111 | 1000010 |
Color Harmonies of #D270DF
Complementary color
Monochromatic Colors of #D270DF
Black with #D270DF
Text Example
Text Example
White with #D270DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270DF; }
p { color: rgb(210,112,223); }
H1.HeaderClassName
{
color: #D270DF;
}
.AnyTagClassName
{
color: #D270DF;
}
</style>
background-color css
<style>
a { background-color: #D270DF; }
a { background-color: rgb(210,112,223); }
div.DivClassName
{
background-color: #D270DF;
}
.BgClassName
{
background-color: #D270DF;
}
</style>
border-color css
<style>
span { border-color: #D270DF; }
span { border-color: rgb(210,112,223); }
td.TdClassName
{
border-color: #D270DF;
}
.TagClassName
{
border-color: #D270DF;
}
</style>