Shades of Orchid #D281CC
Tints of Orchid #D281CC
RGB
CMYK
RGB Variations
Color information
#D281CC (or 0xD281CC) is known color: Orchid. HEX triplet: D2, 81 and CC. RGB value is (210,129,204). Sum of RGB (Red+Green+Blue) = 210+129+204=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D281CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281CC is #2D7E33. Grayscale: #A1A1A1. Windows color (decimal): -2981428 or 13402578. OLE color: 13402578.
HSL color Cylindrical-coordinate representation of color #D281CC: hue angle of 304.44º 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 #D281CC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 204 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.18 |
| HSL | 304.44º | 0.47% | 0.66% | - |
| HSV(B) | 304.44º | 0.39% | 0.82% | - |
| XYZ | 45.33 | 33.76 | 61.25 | - |
| YUV | 161.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 204 | 0 | 0.39 | 0.03 | 0.18 | 304.44 | 0.47 | 0.66 |
| Hex | D2 | 81 | CC | 0 | 27 | 3 | 12 | 130 | 2F | 42 |
| Octal | 322 | 201 | 314 | 0 | 47 | 3 | 22 | 460 | 57 | 102 |
| Binary | 11010010 | 10000001 | 11001100 | 0 | 100111 | 11 | 10010 | 100110000 | 101111 | 1000010 |
Color Harmonies of #D281CC
Complementary color
Monochromatic Colors of #D281CC
Black with #D281CC
Text Example
Text Example
White with #D281CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281CC; }
p { color: rgb(210,129,204); }
H1.HeaderClassName
{
color: #D281CC;
}
.AnyTagClassName
{
color: #D281CC;
}
</style>
background-color css
<style>
a { background-color: #D281CC; }
a { background-color: rgb(210,129,204); }
div.DivClassName
{
background-color: #D281CC;
}
.BgClassName
{
background-color: #D281CC;
}
</style>
border-color css
<style>
span { border-color: #D281CC; }
span { border-color: rgb(210,129,204); }
td.TdClassName
{
border-color: #D281CC;
}
.TagClassName
{
border-color: #D281CC;
}
</style>