Shades of Orchid #D274DB
Tints of Orchid #D274DB
RGB
CMYK
RGB Variations
Color information
#D274DB (or 0xD274DB) is known color: Orchid. HEX triplet: D2, 74 and DB. RGB value is (210,116,219). Sum of RGB (Red+Green+Blue) = 210+116+219=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D274DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274DB is #2D8B24. Grayscale: #9B9B9B. Windows color (decimal): -2984741 or 14382290. OLE color: 14382290.
HSL color Cylindrical-coordinate representation of color #D274DB: hue angle of 294.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D274DB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 116 | 219 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.14 |
| HSL | 294.76º | 0.59% | 0.66% | - |
| HSV(B) | 294.76º | 0.47% | 0.86% | - |
| XYZ | 45.61 | 31.31 | 70.66 | - |
| YUV | 155.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 219 | 0.04 | 0.47 | 0 | 0.14 | 294.76 | 0.59 | 0.66 |
| Hex | D2 | 74 | DB | 4 | 2F | 0 | E | 127 | 3B | 42 |
| Octal | 322 | 164 | 333 | 4 | 57 | 0 | 16 | 447 | 73 | 102 |
| Binary | 11010010 | 1110100 | 11011011 | 100 | 101111 | 0 | 1110 | 100100111 | 111011 | 1000010 |
Color Harmonies of #D274DB
Complementary color
Monochromatic Colors of #D274DB
Black with #D274DB
Text Example
Text Example
White with #D274DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274DB; }
p { color: rgb(210,116,219); }
H1.HeaderClassName
{
color: #D274DB;
}
.AnyTagClassName
{
color: #D274DB;
}
</style>
background-color css
<style>
a { background-color: #D274DB; }
a { background-color: rgb(210,116,219); }
div.DivClassName
{
background-color: #D274DB;
}
.BgClassName
{
background-color: #D274DB;
}
</style>
border-color css
<style>
span { border-color: #D274DB; }
span { border-color: rgb(210,116,219); }
td.TdClassName
{
border-color: #D274DB;
}
.TagClassName
{
border-color: #D274DB;
}
</style>