Shades of Orchid #D275DD
Tints of Orchid #D275DD
RGB
CMYK
RGB Variations
Color information
#D275DD (or 0xD275DD) is known color: Orchid. HEX triplet: D2, 75 and DD. RGB value is (210,117,221). Sum of RGB (Red+Green+Blue) = 210+117+221=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #D275DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275DD is #2D8A22. Grayscale: #9C9C9C. Windows color (decimal): -2984483 or 14513618. OLE color: 14513618.
HSL color Cylindrical-coordinate representation of color #D275DD: hue angle of 293.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D275DD is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 117 | 221 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.13 |
| HSL | 293.65º | 0.6% | 0.66% | - |
| HSV(B) | 293.65º | 0.47% | 0.87% | - |
| XYZ | 45.99 | 31.64 | 72.09 | - |
| YUV | 156.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 221 | 0.05 | 0.47 | 0 | 0.13 | 293.65 | 0.6 | 0.66 |
| Hex | D2 | 75 | DD | 5 | 2F | 0 | D | 126 | 3C | 42 |
| Octal | 322 | 165 | 335 | 5 | 57 | 0 | 15 | 446 | 74 | 102 |
| Binary | 11010010 | 1110101 | 11011101 | 101 | 101111 | 0 | 1101 | 100100110 | 111100 | 1000010 |
Color Harmonies of #D275DD
Complementary color
Monochromatic Colors of #D275DD
Black with #D275DD
Text Example
Text Example
White with #D275DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275DD; }
p { color: rgb(210,117,221); }
H1.HeaderClassName
{
color: #D275DD;
}
.AnyTagClassName
{
color: #D275DD;
}
</style>
background-color css
<style>
a { background-color: #D275DD; }
a { background-color: rgb(210,117,221); }
div.DivClassName
{
background-color: #D275DD;
}
.BgClassName
{
background-color: #D275DD;
}
</style>
border-color css
<style>
span { border-color: #D275DD; }
span { border-color: rgb(210,117,221); }
td.TdClassName
{
border-color: #D275DD;
}
.TagClassName
{
border-color: #D275DD;
}
</style>