Shades of Orchid #D280C2
Tints of Orchid #D280C2
RGB
CMYK
RGB Variations
Color information
#D280C2 (or 0xD280C2) is known color: Orchid. HEX triplet: D2, 80 and C2. RGB value is (210,128,194). Sum of RGB (Red+Green+Blue) = 210+128+194=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D280C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280C2 is #2D7F3D. Grayscale: #9F9F9F. Windows color (decimal): -2981694 or 12746962. OLE color: 12746962.
HSL color Cylindrical-coordinate representation of color #D280C2: hue angle of 311.71º 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 #D280C2 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 194 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.18 |
| HSL | 311.71º | 0.48% | 0.66% | - |
| HSV(B) | 311.71º | 0.39% | 0.82% | - |
| XYZ | 44.04 | 33.04 | 55.09 | - |
| YUV | 160.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 194 | 0 | 0.39 | 0.08 | 0.18 | 311.71 | 0.48 | 0.66 |
| Hex | D2 | 80 | C2 | 0 | 27 | 8 | 12 | 138 | 30 | 42 |
| Octal | 322 | 200 | 302 | 0 | 47 | 10 | 22 | 470 | 60 | 102 |
| Binary | 11010010 | 10000000 | 11000010 | 0 | 100111 | 1000 | 10010 | 100111000 | 110000 | 1000010 |
Color Harmonies of #D280C2
Complementary color
Monochromatic Colors of #D280C2
Black with #D280C2
Text Example
Text Example
White with #D280C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280C2; }
p { color: rgb(210,128,194); }
H1.HeaderClassName
{
color: #D280C2;
}
.AnyTagClassName
{
color: #D280C2;
}
</style>
background-color css
<style>
a { background-color: #D280C2; }
a { background-color: rgb(210,128,194); }
div.DivClassName
{
background-color: #D280C2;
}
.BgClassName
{
background-color: #D280C2;
}
</style>
border-color css
<style>
span { border-color: #D280C2; }
span { border-color: rgb(210,128,194); }
td.TdClassName
{
border-color: #D280C2;
}
.TagClassName
{
border-color: #D280C2;
}
</style>