Shades of Orchid #D280CA
Tints of Orchid #D280CA
RGB
CMYK
RGB Variations
Color information
#D280CA (or 0xD280CA) is known color: Orchid. HEX triplet: D2, 80 and CA. RGB value is (210,128,202). Sum of RGB (Red+Green+Blue) = 210+128+202=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D280CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280CA is #2D7F35. Grayscale: #A0A0A0. Windows color (decimal): -2981686 or 13271250. OLE color: 13271250.
HSL color Cylindrical-coordinate representation of color #D280CA: hue angle of 305.85º degrees, saturation: 0.48, 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 #D280CA is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 202 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.18 |
| HSL | 305.85º | 0.48% | 0.66% | - |
| HSV(B) | 305.85º | 0.39% | 0.82% | - |
| XYZ | 44.96 | 33.4 | 59.96 | - |
| YUV | 160.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 202 | 0 | 0.39 | 0.04 | 0.18 | 305.85 | 0.48 | 0.66 |
| Hex | D2 | 80 | CA | 0 | 27 | 4 | 12 | 132 | 30 | 42 |
| Octal | 322 | 200 | 312 | 0 | 47 | 4 | 22 | 462 | 60 | 102 |
| Binary | 11010010 | 10000000 | 11001010 | 0 | 100111 | 100 | 10010 | 100110010 | 110000 | 1000010 |
Color Harmonies of #D280CA
Complementary color
Monochromatic Colors of #D280CA
Black with #D280CA
Text Example
Text Example
White with #D280CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280CA; }
p { color: rgb(210,128,202); }
H1.HeaderClassName
{
color: #D280CA;
}
.AnyTagClassName
{
color: #D280CA;
}
</style>
background-color css
<style>
a { background-color: #D280CA; }
a { background-color: rgb(210,128,202); }
div.DivClassName
{
background-color: #D280CA;
}
.BgClassName
{
background-color: #D280CA;
}
</style>
border-color css
<style>
span { border-color: #D280CA; }
span { border-color: rgb(210,128,202); }
td.TdClassName
{
border-color: #D280CA;
}
.TagClassName
{
border-color: #D280CA;
}
</style>