Shades of Orchid #D280CF
Tints of Orchid #D280CF
RGB
CMYK
RGB Variations
Color information
#D280CF (or 0xD280CF) is known color: Orchid. HEX triplet: D2, 80 and CF. RGB value is (210,128,207). Sum of RGB (Red+Green+Blue) = 210+128+207=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D280CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280CF is #2D7F30. Grayscale: #A1A1A1. Windows color (decimal): -2981681 or 13598930. OLE color: 13598930.
HSL color Cylindrical-coordinate representation of color #D280CF: hue angle of 302.2º 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 #D280CF is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 207 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.18 |
| HSL | 302.2º | 0.48% | 0.66% | - |
| HSV(B) | 302.2º | 0.39% | 0.82% | - |
| XYZ | 45.56 | 33.64 | 63.12 | - |
| YUV | 161.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 207 | 0 | 0.39 | 0.01 | 0.18 | 302.2 | 0.48 | 0.66 |
| Hex | D2 | 80 | CF | 0 | 27 | 1 | 12 | 12E | 30 | 42 |
| Octal | 322 | 200 | 317 | 0 | 47 | 1 | 22 | 456 | 60 | 102 |
| Binary | 11010010 | 10000000 | 11001111 | 0 | 100111 | 1 | 10010 | 100101110 | 110000 | 1000010 |
Color Harmonies of #D280CF
Complementary color
Monochromatic Colors of #D280CF
Black with #D280CF
Text Example
Text Example
White with #D280CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280CF; }
p { color: rgb(210,128,207); }
H1.HeaderClassName
{
color: #D280CF;
}
.AnyTagClassName
{
color: #D280CF;
}
</style>
background-color css
<style>
a { background-color: #D280CF; }
a { background-color: rgb(210,128,207); }
div.DivClassName
{
background-color: #D280CF;
}
.BgClassName
{
background-color: #D280CF;
}
</style>
border-color css
<style>
span { border-color: #D280CF; }
span { border-color: rgb(210,128,207); }
td.TdClassName
{
border-color: #D280CF;
}
.TagClassName
{
border-color: #D280CF;
}
</style>