Shades of Orchid #D274C7
Tints of Orchid #D274C7
RGB
CMYK
RGB Variations
Color information
#D274C7 (or 0xD274C7) is known color: Orchid. HEX triplet: D2, 74 and C7. RGB value is (210,116,199). Sum of RGB (Red+Green+Blue) = 210+116+199=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D274C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274C7 is #2D8B38. Grayscale: #999999. Windows color (decimal): -2984761 or 13071570. OLE color: 13071570.
HSL color Cylindrical-coordinate representation of color #D274C7: hue angle of 307.02º 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 #D274C7 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 199 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.18 |
| HSL | 307.02º | 0.51% | 0.64% | - |
| HSV(B) | 307.02º | 0.45% | 0.82% | - |
| XYZ | 43.13 | 30.32 | 57.61 | - |
| YUV | 153.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 199 | 0 | 0.45 | 0.05 | 0.18 | 307.02 | 0.51 | 0.64 |
| Hex | D2 | 74 | C7 | 0 | 2D | 5 | 12 | 133 | 33 | 40 |
| Octal | 322 | 164 | 307 | 0 | 55 | 5 | 22 | 463 | 63 | 100 |
| Binary | 11010010 | 1110100 | 11000111 | 0 | 101101 | 101 | 10010 | 100110011 | 110011 | 1000000 |
Color Harmonies of #D274C7
Complementary color
Monochromatic Colors of #D274C7
Black with #D274C7
Text Example
Text Example
White with #D274C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274C7; }
p { color: rgb(210,116,199); }
H1.HeaderClassName
{
color: #D274C7;
}
.AnyTagClassName
{
color: #D274C7;
}
</style>
background-color css
<style>
a { background-color: #D274C7; }
a { background-color: rgb(210,116,199); }
div.DivClassName
{
background-color: #D274C7;
}
.BgClassName
{
background-color: #D274C7;
}
</style>
border-color css
<style>
span { border-color: #D274C7; }
span { border-color: rgb(210,116,199); }
td.TdClassName
{
border-color: #D274C7;
}
.TagClassName
{
border-color: #D274C7;
}
</style>