Shades of Orchid #D275C9
Tints of Orchid #D275C9
RGB
CMYK
RGB Variations
Color information
#D275C9 (or 0xD275C9) is known color: Orchid. HEX triplet: D2, 75 and C9. RGB value is (210,117,201). Sum of RGB (Red+Green+Blue) = 210+117+201=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D275C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275C9 is #2D8A36. Grayscale: #9A9A9A. Windows color (decimal): -2984503 or 13202898. OLE color: 13202898.
HSL color Cylindrical-coordinate representation of color #D275C9: hue angle of 305.81º 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 #D275C9 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 201 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.18 |
| HSL | 305.81º | 0.51% | 0.64% | - |
| HSV(B) | 305.81º | 0.44% | 0.82% | - |
| XYZ | 43.48 | 30.64 | 58.88 | - |
| YUV | 154.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 201 | 0 | 0.44 | 0.04 | 0.18 | 305.81 | 0.51 | 0.64 |
| Hex | D2 | 75 | C9 | 0 | 2C | 4 | 12 | 132 | 33 | 40 |
| Octal | 322 | 165 | 311 | 0 | 54 | 4 | 22 | 462 | 63 | 100 |
| Binary | 11010010 | 1110101 | 11001001 | 0 | 101100 | 100 | 10010 | 100110010 | 110011 | 1000000 |
Color Harmonies of #D275C9
Complementary color
Monochromatic Colors of #D275C9
Black with #D275C9
Text Example
Text Example
White with #D275C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275C9; }
p { color: rgb(210,117,201); }
H1.HeaderClassName
{
color: #D275C9;
}
.AnyTagClassName
{
color: #D275C9;
}
</style>
background-color css
<style>
a { background-color: #D275C9; }
a { background-color: rgb(210,117,201); }
div.DivClassName
{
background-color: #D275C9;
}
.BgClassName
{
background-color: #D275C9;
}
</style>
border-color css
<style>
span { border-color: #D275C9; }
span { border-color: rgb(210,117,201); }
td.TdClassName
{
border-color: #D275C9;
}
.TagClassName
{
border-color: #D275C9;
}
</style>