Shades of Orchid #D284C7
Tints of Orchid #D284C7
RGB
CMYK
RGB Variations
Color information
#D284C7 (or 0xD284C7) is known color: Orchid. HEX triplet: D2, 84 and C7. RGB value is (210,132,199). Sum of RGB (Red+Green+Blue) = 210+132+199=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D284C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284C7 is #2D7B38. Grayscale: #A2A2A2. Windows color (decimal): -2980665 or 13075666. OLE color: 13075666.
HSL color Cylindrical-coordinate representation of color #D284C7: hue angle of 308.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284C7 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 199 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.18 |
| HSL | 308.46º | 0.46% | 0.67% | - |
| HSV(B) | 308.46º | 0.37% | 0.82% | - |
| XYZ | 45.14 | 34.33 | 58.28 | - |
| YUV | 162.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 199 | 0 | 0.37 | 0.05 | 0.18 | 308.46 | 0.46 | 0.67 |
| Hex | D2 | 84 | C7 | 0 | 25 | 5 | 12 | 134 | 2E | 43 |
| Octal | 322 | 204 | 307 | 0 | 45 | 5 | 22 | 464 | 56 | 103 |
| Binary | 11010010 | 10000100 | 11000111 | 0 | 100101 | 101 | 10010 | 100110100 | 101110 | 1000011 |
Color Harmonies of #D284C7
Complementary color
Monochromatic Colors of #D284C7
Black with #D284C7
Text Example
Text Example
White with #D284C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284C7; }
p { color: rgb(210,132,199); }
H1.HeaderClassName
{
color: #D284C7;
}
.AnyTagClassName
{
color: #D284C7;
}
</style>
background-color css
<style>
a { background-color: #D284C7; }
a { background-color: rgb(210,132,199); }
div.DivClassName
{
background-color: #D284C7;
}
.BgClassName
{
background-color: #D284C7;
}
</style>
border-color css
<style>
span { border-color: #D284C7; }
span { border-color: rgb(210,132,199); }
td.TdClassName
{
border-color: #D284C7;
}
.TagClassName
{
border-color: #D284C7;
}
</style>