Shades of Orchid #D281C8
Tints of Orchid #D281C8
RGB
CMYK
RGB Variations
Color information
#D281C8 (or 0xD281C8) is known color: Orchid. HEX triplet: D2, 81 and C8. RGB value is (210,129,200). Sum of RGB (Red+Green+Blue) = 210+129+200=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D281C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281C8 is #2D7E37. Grayscale: #A1A1A1. Windows color (decimal): -2981432 or 13140434. OLE color: 13140434.
HSL color Cylindrical-coordinate representation of color #D281C8: hue angle of 307.41º 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 #D281C8 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 200 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.18 |
| HSL | 307.41º | 0.47% | 0.66% | - |
| HSV(B) | 307.41º | 0.39% | 0.82% | - |
| XYZ | 44.85 | 33.57 | 58.76 | - |
| YUV | 161.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 200 | 0 | 0.39 | 0.05 | 0.18 | 307.41 | 0.47 | 0.66 |
| Hex | D2 | 81 | C8 | 0 | 27 | 5 | 12 | 133 | 2F | 42 |
| Octal | 322 | 201 | 310 | 0 | 47 | 5 | 22 | 463 | 57 | 102 |
| Binary | 11010010 | 10000001 | 11001000 | 0 | 100111 | 101 | 10010 | 100110011 | 101111 | 1000010 |
Color Harmonies of #D281C8
Complementary color
Monochromatic Colors of #D281C8
Black with #D281C8
Text Example
Text Example
White with #D281C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281C8; }
p { color: rgb(210,129,200); }
H1.HeaderClassName
{
color: #D281C8;
}
.AnyTagClassName
{
color: #D281C8;
}
</style>
background-color css
<style>
a { background-color: #D281C8; }
a { background-color: rgb(210,129,200); }
div.DivClassName
{
background-color: #D281C8;
}
.BgClassName
{
background-color: #D281C8;
}
</style>
border-color css
<style>
span { border-color: #D281C8; }
span { border-color: rgb(210,129,200); }
td.TdClassName
{
border-color: #D281C8;
}
.TagClassName
{
border-color: #D281C8;
}
</style>