Shades of Orchid #D274C9
Tints of Orchid #D274C9
RGB
CMYK
RGB Variations
Color information
#D274C9 (or 0xD274C9) is known color: Orchid. HEX triplet: D2, 74 and C9. RGB value is (210,116,201). Sum of RGB (Red+Green+Blue) = 210+116+201=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D274C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274C9 is #2D8B36. Grayscale: #999999. Windows color (decimal): -2984759 or 13202642. OLE color: 13202642.
HSL color Cylindrical-coordinate representation of color #D274C9: hue angle of 305.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D274C9 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 201 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.18 |
| HSL | 305.74º | 0.51% | 0.64% | - |
| HSV(B) | 305.74º | 0.45% | 0.82% | - |
| XYZ | 43.37 | 30.41 | 58.84 | - |
| YUV | 153.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 201 | 0 | 0.45 | 0.04 | 0.18 | 305.74 | 0.51 | 0.64 |
| Hex | D2 | 74 | C9 | 0 | 2D | 4 | 12 | 132 | 33 | 40 |
| Octal | 322 | 164 | 311 | 0 | 55 | 4 | 22 | 462 | 63 | 100 |
| Binary | 11010010 | 1110100 | 11001001 | 0 | 101101 | 100 | 10010 | 100110010 | 110011 | 1000000 |
Color Harmonies of #D274C9
Complementary color
Monochromatic Colors of #D274C9
Black with #D274C9
Text Example
Text Example
White with #D274C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274C9; }
p { color: rgb(210,116,201); }
H1.HeaderClassName
{
color: #D274C9;
}
.AnyTagClassName
{
color: #D274C9;
}
</style>
background-color css
<style>
a { background-color: #D274C9; }
a { background-color: rgb(210,116,201); }
div.DivClassName
{
background-color: #D274C9;
}
.BgClassName
{
background-color: #D274C9;
}
</style>
border-color css
<style>
span { border-color: #D274C9; }
span { border-color: rgb(210,116,201); }
td.TdClassName
{
border-color: #D274C9;
}
.TagClassName
{
border-color: #D274C9;
}
</style>