Shades of Orchid #D270DB
Tints of Orchid #D270DB
RGB
CMYK
RGB Variations
Color information
#D270DB (or 0xD270DB) is known color: Orchid. HEX triplet: D2, 70 and DB. RGB value is (210,112,219). Sum of RGB (Red+Green+Blue) = 210+112+219=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D270DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270DB is #2D8F24. Grayscale: #999999. Windows color (decimal): -2985765 or 14381266. OLE color: 14381266.
HSL color Cylindrical-coordinate representation of color #D270DB: hue angle of 294.95º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D270DB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 112 | 219 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.14 |
| HSL | 294.95º | 0.6% | 0.65% | - |
| HSV(B) | 294.95º | 0.49% | 0.86% | - |
| XYZ | 45.16 | 30.4 | 70.51 | - |
| YUV | 153.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 219 | 0.04 | 0.49 | 0 | 0.14 | 294.95 | 0.6 | 0.65 |
| Hex | D2 | 70 | DB | 4 | 31 | 0 | E | 127 | 3C | 41 |
| Octal | 322 | 160 | 333 | 4 | 61 | 0 | 16 | 447 | 74 | 101 |
| Binary | 11010010 | 1110000 | 11011011 | 100 | 110001 | 0 | 1110 | 100100111 | 111100 | 1000001 |
Color Harmonies of #D270DB
Complementary color
Monochromatic Colors of #D270DB
Black with #D270DB
Text Example
Text Example
White with #D270DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270DB; }
p { color: rgb(210,112,219); }
H1.HeaderClassName
{
color: #D270DB;
}
.AnyTagClassName
{
color: #D270DB;
}
</style>
background-color css
<style>
a { background-color: #D270DB; }
a { background-color: rgb(210,112,219); }
div.DivClassName
{
background-color: #D270DB;
}
.BgClassName
{
background-color: #D270DB;
}
</style>
border-color css
<style>
span { border-color: #D270DB; }
span { border-color: rgb(210,112,219); }
td.TdClassName
{
border-color: #D270DB;
}
.TagClassName
{
border-color: #D270DB;
}
</style>