Shades of Orchid #D275BD
Tints of Orchid #D275BD
RGB
CMYK
RGB Variations
Color information
#D275BD (or 0xD275BD) is known color: Orchid. HEX triplet: D2, 75 and BD. RGB value is (210,117,189). Sum of RGB (Red+Green+Blue) = 210+117+189=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D275BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275BD is #2D8A42. Grayscale: #989898. Windows color (decimal): -2984515 or 12416466. OLE color: 12416466.
HSL color Cylindrical-coordinate representation of color #D275BD: hue angle of 313.55º 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 #D275BD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 189 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.18 |
| HSL | 313.55º | 0.51% | 0.64% | - |
| HSV(B) | 313.55º | 0.44% | 0.82% | - |
| XYZ | 42.12 | 30.1 | 51.73 | - |
| YUV | 153.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 189 | 0 | 0.44 | 0.10 | 0.18 | 313.55 | 0.51 | 0.64 |
| Hex | D2 | 75 | BD | 0 | 2C | A | 12 | 13A | 33 | 40 |
| Octal | 322 | 165 | 275 | 0 | 54 | 12 | 22 | 472 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10111101 | 0 | 101100 | 1010 | 10010 | 100111010 | 110011 | 1000000 |
Color Harmonies of #D275BD
Complementary color
Monochromatic Colors of #D275BD
Black with #D275BD
Text Example
Text Example
White with #D275BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275BD; }
p { color: rgb(210,117,189); }
H1.HeaderClassName
{
color: #D275BD;
}
.AnyTagClassName
{
color: #D275BD;
}
</style>
background-color css
<style>
a { background-color: #D275BD; }
a { background-color: rgb(210,117,189); }
div.DivClassName
{
background-color: #D275BD;
}
.BgClassName
{
background-color: #D275BD;
}
</style>
border-color css
<style>
span { border-color: #D275BD; }
span { border-color: rgb(210,117,189); }
td.TdClassName
{
border-color: #D275BD;
}
.TagClassName
{
border-color: #D275BD;
}
</style>