Shades of Orchid #D281CF
Tints of Orchid #D281CF
RGB
CMYK
RGB Variations
Color information
#D281CF (or 0xD281CF) is known color: Orchid. HEX triplet: D2, 81 and CF. RGB value is (210,129,207). Sum of RGB (Red+Green+Blue) = 210+129+207=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D281CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281CF is #2D7E30. Grayscale: #A1A1A1. Windows color (decimal): -2981425 or 13599186. OLE color: 13599186.
HSL color Cylindrical-coordinate representation of color #D281CF: hue angle of 302.22º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D281CF is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 207 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.18 |
| HSL | 302.22º | 0.47% | 0.66% | - |
| HSV(B) | 302.22º | 0.39% | 0.82% | - |
| XYZ | 45.69 | 33.91 | 63.17 | - |
| YUV | 162.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 207 | 0 | 0.39 | 0.01 | 0.18 | 302.22 | 0.47 | 0.66 |
| Hex | D2 | 81 | CF | 0 | 27 | 1 | 12 | 12E | 2F | 42 |
| Octal | 322 | 201 | 317 | 0 | 47 | 1 | 22 | 456 | 57 | 102 |
| Binary | 11010010 | 10000001 | 11001111 | 0 | 100111 | 1 | 10010 | 100101110 | 101111 | 1000010 |
Color Harmonies of #D281CF
Complementary color
Monochromatic Colors of #D281CF
Black with #D281CF
Text Example
Text Example
White with #D281CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281CF; }
p { color: rgb(210,129,207); }
H1.HeaderClassName
{
color: #D281CF;
}
.AnyTagClassName
{
color: #D281CF;
}
</style>
background-color css
<style>
a { background-color: #D281CF; }
a { background-color: rgb(210,129,207); }
div.DivClassName
{
background-color: #D281CF;
}
.BgClassName
{
background-color: #D281CF;
}
</style>
border-color css
<style>
span { border-color: #D281CF; }
span { border-color: rgb(210,129,207); }
td.TdClassName
{
border-color: #D281CF;
}
.TagClassName
{
border-color: #D281CF;
}
</style>