Shades of Orchid #D275C8
Tints of Orchid #D275C8
RGB
CMYK
RGB Variations
Color information
#D275C8 (or 0xD275C8) is known color: Orchid. HEX triplet: D2, 75 and C8. RGB value is (210,117,200). Sum of RGB (Red+Green+Blue) = 210+117+200=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D275C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275C8 is #2D8A37. Grayscale: #9A9A9A. Windows color (decimal): -2984504 or 13137362. OLE color: 13137362.
HSL color Cylindrical-coordinate representation of color #D275C8: hue angle of 306.45º 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 #D275C8 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 200 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.18 |
| HSL | 306.45º | 0.51% | 0.64% | - |
| HSV(B) | 306.45º | 0.44% | 0.82% | - |
| XYZ | 43.36 | 30.59 | 58.26 | - |
| YUV | 154.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 200 | 0 | 0.44 | 0.05 | 0.18 | 306.45 | 0.51 | 0.64 |
| Hex | D2 | 75 | C8 | 0 | 2C | 5 | 12 | 132 | 33 | 40 |
| Octal | 322 | 165 | 310 | 0 | 54 | 5 | 22 | 462 | 63 | 100 |
| Binary | 11010010 | 1110101 | 11001000 | 0 | 101100 | 101 | 10010 | 100110010 | 110011 | 1000000 |
Color Harmonies of #D275C8
Complementary color
Monochromatic Colors of #D275C8
Black with #D275C8
Text Example
Text Example
White with #D275C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275C8; }
p { color: rgb(210,117,200); }
H1.HeaderClassName
{
color: #D275C8;
}
.AnyTagClassName
{
color: #D275C8;
}
</style>
background-color css
<style>
a { background-color: #D275C8; }
a { background-color: rgb(210,117,200); }
div.DivClassName
{
background-color: #D275C8;
}
.BgClassName
{
background-color: #D275C8;
}
</style>
border-color css
<style>
span { border-color: #D275C8; }
span { border-color: rgb(210,117,200); }
td.TdClassName
{
border-color: #D275C8;
}
.TagClassName
{
border-color: #D275C8;
}
</style>