Shades of Orchid #D284CF
Tints of Orchid #D284CF
RGB
CMYK
RGB Variations
Color information
#D284CF (or 0xD284CF) is known color: Orchid. HEX triplet: D2, 84 and CF. RGB value is (210,132,207). Sum of RGB (Red+Green+Blue) = 210+132+207=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D284CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284CF is #2D7B30. Grayscale: #A3A3A3. Windows color (decimal): -2980657 or 13599954. OLE color: 13599954.
HSL color Cylindrical-coordinate representation of color #D284CF: hue angle of 302.31º 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 #D284CF is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 207 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.18 |
| HSL | 302.31º | 0.46% | 0.67% | - |
| HSV(B) | 302.31º | 0.37% | 0.82% | - |
| XYZ | 46.09 | 34.71 | 63.3 | - |
| YUV | 163.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 207 | 0 | 0.37 | 0.01 | 0.18 | 302.31 | 0.46 | 0.67 |
| Hex | D2 | 84 | CF | 0 | 25 | 1 | 12 | 12E | 2E | 43 |
| Octal | 322 | 204 | 317 | 0 | 45 | 1 | 22 | 456 | 56 | 103 |
| Binary | 11010010 | 10000100 | 11001111 | 0 | 100101 | 1 | 10010 | 100101110 | 101110 | 1000011 |
Color Harmonies of #D284CF
Complementary color
Monochromatic Colors of #D284CF
Black with #D284CF
Text Example
Text Example
White with #D284CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284CF; }
p { color: rgb(210,132,207); }
H1.HeaderClassName
{
color: #D284CF;
}
.AnyTagClassName
{
color: #D284CF;
}
</style>
background-color css
<style>
a { background-color: #D284CF; }
a { background-color: rgb(210,132,207); }
div.DivClassName
{
background-color: #D284CF;
}
.BgClassName
{
background-color: #D284CF;
}
</style>
border-color css
<style>
span { border-color: #D284CF; }
span { border-color: rgb(210,132,207); }
td.TdClassName
{
border-color: #D284CF;
}
.TagClassName
{
border-color: #D284CF;
}
</style>