Shades of Orchid #D275D9
Tints of Orchid #D275D9
RGB
CMYK
RGB Variations
Color information
#D275D9 (or 0xD275D9) is known color: Orchid. HEX triplet: D2, 75 and D9. RGB value is (210,117,217). Sum of RGB (Red+Green+Blue) = 210+117+217=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #D275D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275D9 is #2D8A26. Grayscale: #9B9B9B. Windows color (decimal): -2984487 or 14251474. OLE color: 14251474.
HSL color Cylindrical-coordinate representation of color #D275D9: hue angle of 295.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D275D9 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 117 | 217 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.15 |
| HSL | 295.8º | 0.57% | 0.65% | - |
| HSV(B) | 295.8º | 0.46% | 0.85% | - |
| XYZ | 45.46 | 31.43 | 69.32 | - |
| YUV | 156.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 217 | 0.03 | 0.46 | 0 | 0.15 | 295.8 | 0.57 | 0.65 |
| Hex | D2 | 75 | D9 | 3 | 2E | 0 | F | 128 | 39 | 41 |
| Octal | 322 | 165 | 331 | 3 | 56 | 0 | 17 | 450 | 71 | 101 |
| Binary | 11010010 | 1110101 | 11011001 | 11 | 101110 | 0 | 1111 | 100101000 | 111001 | 1000001 |
Color Harmonies of #D275D9
Complementary color
Monochromatic Colors of #D275D9
Black with #D275D9
Text Example
Text Example
White with #D275D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275D9; }
p { color: rgb(210,117,217); }
H1.HeaderClassName
{
color: #D275D9;
}
.AnyTagClassName
{
color: #D275D9;
}
</style>
background-color css
<style>
a { background-color: #D275D9; }
a { background-color: rgb(210,117,217); }
div.DivClassName
{
background-color: #D275D9;
}
.BgClassName
{
background-color: #D275D9;
}
</style>
border-color css
<style>
span { border-color: #D275D9; }
span { border-color: rgb(210,117,217); }
td.TdClassName
{
border-color: #D275D9;
}
.TagClassName
{
border-color: #D275D9;
}
</style>