Shades of Orchid #D275B7
Tints of Orchid #D275B7
RGB
CMYK
RGB Variations
Color information
#D275B7 (or 0xD275B7) is known color: Orchid. HEX triplet: D2, 75 and B7. RGB value is (210,117,183). Sum of RGB (Red+Green+Blue) = 210+117+183=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D275B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275B7 is #2D8A48. Grayscale: #989898. Windows color (decimal): -2984521 or 12023250. OLE color: 12023250.
HSL color Cylindrical-coordinate representation of color #D275B7: hue angle of 317.42º 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 #D275B7 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 183 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.18 |
| HSL | 317.42º | 0.51% | 0.64% | - |
| HSV(B) | 317.42º | 0.44% | 0.82% | - |
| XYZ | 41.49 | 29.84 | 48.37 | - |
| YUV | 152.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 183 | 0 | 0.44 | 0.13 | 0.18 | 317.42 | 0.51 | 0.64 |
| Hex | D2 | 75 | B7 | 0 | 2C | D | 12 | 13D | 33 | 40 |
| Octal | 322 | 165 | 267 | 0 | 54 | 15 | 22 | 475 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10110111 | 0 | 101100 | 1101 | 10010 | 100111101 | 110011 | 1000000 |
Color Harmonies of #D275B7
Complementary color
Monochromatic Colors of #D275B7
Black with #D275B7
Text Example
Text Example
White with #D275B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275B7; }
p { color: rgb(210,117,183); }
H1.HeaderClassName
{
color: #D275B7;
}
.AnyTagClassName
{
color: #D275B7;
}
</style>
background-color css
<style>
a { background-color: #D275B7; }
a { background-color: rgb(210,117,183); }
div.DivClassName
{
background-color: #D275B7;
}
.BgClassName
{
background-color: #D275B7;
}
</style>
border-color css
<style>
span { border-color: #D275B7; }
span { border-color: rgb(210,117,183); }
td.TdClassName
{
border-color: #D275B7;
}
.TagClassName
{
border-color: #D275B7;
}
</style>