Shades of Orchid #D274D8
Tints of Orchid #D274D8
RGB
CMYK
RGB Variations
Color information
#D274D8 (or 0xD274D8) is known color: Orchid. HEX triplet: D2, 74 and D8. RGB value is (210,116,216). Sum of RGB (Red+Green+Blue) = 210+116+216=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #D274D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274D8 is #2D8B27. Grayscale: #9B9B9B. Windows color (decimal): -2984744 or 14185682. OLE color: 14185682.
HSL color Cylindrical-coordinate representation of color #D274D8: hue angle of 296.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D274D8 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 116 | 216 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.15 |
| HSL | 296.4º | 0.56% | 0.65% | - |
| HSV(B) | 296.4º | 0.46% | 0.85% | - |
| XYZ | 45.22 | 31.15 | 68.6 | - |
| YUV | 155.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 216 | 0.03 | 0.46 | 0 | 0.15 | 296.4 | 0.56 | 0.65 |
| Hex | D2 | 74 | D8 | 3 | 2E | 0 | F | 128 | 38 | 41 |
| Octal | 322 | 164 | 330 | 3 | 56 | 0 | 17 | 450 | 70 | 101 |
| Binary | 11010010 | 1110100 | 11011000 | 11 | 101110 | 0 | 1111 | 100101000 | 111000 | 1000001 |
Color Harmonies of #D274D8
Complementary color
Monochromatic Colors of #D274D8
Black with #D274D8
Text Example
Text Example
White with #D274D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274D8; }
p { color: rgb(210,116,216); }
H1.HeaderClassName
{
color: #D274D8;
}
.AnyTagClassName
{
color: #D274D8;
}
</style>
background-color css
<style>
a { background-color: #D274D8; }
a { background-color: rgb(210,116,216); }
div.DivClassName
{
background-color: #D274D8;
}
.BgClassName
{
background-color: #D274D8;
}
</style>
border-color css
<style>
span { border-color: #D274D8; }
span { border-color: rgb(210,116,216); }
td.TdClassName
{
border-color: #D274D8;
}
.TagClassName
{
border-color: #D274D8;
}
</style>