Shades of Orchid #D275BC
Tints of Orchid #D275BC
RGB
CMYK
RGB Variations
Color information
#D275BC (or 0xD275BC) is known color: Orchid. HEX triplet: D2, 75 and BC. RGB value is (210,117,188). Sum of RGB (Red+Green+Blue) = 210+117+188=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D275BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275BC is #2D8A43. Grayscale: #989898. Windows color (decimal): -2984516 or 12350930. OLE color: 12350930.
HSL color Cylindrical-coordinate representation of color #D275BC: hue angle of 314.19º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275BC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 188 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.18 |
| HSL | 314.19º | 0.51% | 0.64% | - |
| HSV(B) | 314.19º | 0.44% | 0.82% | - |
| XYZ | 42.02 | 30.06 | 51.16 | - |
| YUV | 152.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 188 | 0 | 0.44 | 0.10 | 0.18 | 314.19 | 0.51 | 0.64 |
| Hex | D2 | 75 | BC | 0 | 2C | A | 12 | 13A | 33 | 40 |
| Octal | 322 | 165 | 274 | 0 | 54 | 12 | 22 | 472 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10111100 | 0 | 101100 | 1010 | 10010 | 100111010 | 110011 | 1000000 |
Color Harmonies of #D275BC
Complementary color
Monochromatic Colors of #D275BC
Black with #D275BC
Text Example
Text Example
White with #D275BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275BC; }
p { color: rgb(210,117,188); }
H1.HeaderClassName
{
color: #D275BC;
}
.AnyTagClassName
{
color: #D275BC;
}
</style>
background-color css
<style>
a { background-color: #D275BC; }
a { background-color: rgb(210,117,188); }
div.DivClassName
{
background-color: #D275BC;
}
.BgClassName
{
background-color: #D275BC;
}
</style>
border-color css
<style>
span { border-color: #D275BC; }
span { border-color: rgb(210,117,188); }
td.TdClassName
{
border-color: #D275BC;
}
.TagClassName
{
border-color: #D275BC;
}
</style>