Shades of Orchid #D275D0
Tints of Orchid #D275D0
RGB
CMYK
RGB Variations
Color information
#D275D0 (or 0xD275D0) is known color: Orchid. HEX triplet: D2, 75 and D0. RGB value is (210,117,208). Sum of RGB (Red+Green+Blue) = 210+117+208=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D275D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275D0 is #2D8A2F. Grayscale: #9A9A9A. Windows color (decimal): -2984496 or 13661650. OLE color: 13661650.
HSL color Cylindrical-coordinate representation of color #D275D0: hue angle of 301.29º 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 #D275D0 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 208 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.18 |
| HSL | 301.29º | 0.51% | 0.64% | - |
| HSV(B) | 301.29º | 0.44% | 0.82% | - |
| XYZ | 44.32 | 30.98 | 63.32 | - |
| YUV | 155.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 208 | 0 | 0.44 | 0.01 | 0.18 | 301.29 | 0.51 | 0.64 |
| Hex | D2 | 75 | D0 | 0 | 2C | 1 | 12 | 12D | 33 | 40 |
| Octal | 322 | 165 | 320 | 0 | 54 | 1 | 22 | 455 | 63 | 100 |
| Binary | 11010010 | 1110101 | 11010000 | 0 | 101100 | 1 | 10010 | 100101101 | 110011 | 1000000 |
Color Harmonies of #D275D0
Complementary color
Monochromatic Colors of #D275D0
Black with #D275D0
Text Example
Text Example
White with #D275D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275D0; }
p { color: rgb(210,117,208); }
H1.HeaderClassName
{
color: #D275D0;
}
.AnyTagClassName
{
color: #D275D0;
}
</style>
background-color css
<style>
a { background-color: #D275D0; }
a { background-color: rgb(210,117,208); }
div.DivClassName
{
background-color: #D275D0;
}
.BgClassName
{
background-color: #D275D0;
}
</style>
border-color css
<style>
span { border-color: #D275D0; }
span { border-color: rgb(210,117,208); }
td.TdClassName
{
border-color: #D275D0;
}
.TagClassName
{
border-color: #D275D0;
}
</style>