Shades of Orchid #D275B5
Tints of Orchid #D275B5
RGB
CMYK
RGB Variations
Color information
#D275B5 (or 0xD275B5) is known color: Orchid. HEX triplet: D2, 75 and B5. RGB value is (210,117,181). Sum of RGB (Red+Green+Blue) = 210+117+181=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D275B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275B5 is #2D8A4A. Grayscale: #979797. Windows color (decimal): -2984523 or 11892178. OLE color: 11892178.
HSL color Cylindrical-coordinate representation of color #D275B5: hue angle of 318.71º 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 #D275B5 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 181 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.18 |
| HSL | 318.71º | 0.51% | 0.64% | - |
| HSV(B) | 318.71º | 0.44% | 0.82% | - |
| XYZ | 41.28 | 29.76 | 47.28 | - |
| YUV | 152.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 181 | 0 | 0.44 | 0.14 | 0.18 | 318.71 | 0.51 | 0.64 |
| Hex | D2 | 75 | B5 | 0 | 2C | E | 12 | 13F | 33 | 40 |
| Octal | 322 | 165 | 265 | 0 | 54 | 16 | 22 | 477 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10110101 | 0 | 101100 | 1110 | 10010 | 100111111 | 110011 | 1000000 |
Color Harmonies of #D275B5
Complementary color
Monochromatic Colors of #D275B5
Black with #D275B5
Text Example
Text Example
White with #D275B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275B5; }
p { color: rgb(210,117,181); }
H1.HeaderClassName
{
color: #D275B5;
}
.AnyTagClassName
{
color: #D275B5;
}
</style>
background-color css
<style>
a { background-color: #D275B5; }
a { background-color: rgb(210,117,181); }
div.DivClassName
{
background-color: #D275B5;
}
.BgClassName
{
background-color: #D275B5;
}
</style>
border-color css
<style>
span { border-color: #D275B5; }
span { border-color: rgb(210,117,181); }
td.TdClassName
{
border-color: #D275B5;
}
.TagClassName
{
border-color: #D275B5;
}
</style>