Shades of Orchid #D275C1
Tints of Orchid #D275C1
RGB
CMYK
RGB Variations
Color information
#D275C1 (or 0xD275C1) is known color: Orchid. HEX triplet: D2, 75 and C1. RGB value is (210,117,193). Sum of RGB (Red+Green+Blue) = 210+117+193=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D275C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275C1 is #2D8A3E. Grayscale: #999999. Windows color (decimal): -2984511 or 12678610. OLE color: 12678610.
HSL color Cylindrical-coordinate representation of color #D275C1: hue angle of 310.97º 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 #D275C1 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 193 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.18 |
| HSL | 310.97º | 0.51% | 0.64% | - |
| HSV(B) | 310.97º | 0.44% | 0.82% | - |
| XYZ | 42.57 | 30.27 | 54.05 | - |
| YUV | 153.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 193 | 0 | 0.44 | 0.08 | 0.18 | 310.97 | 0.51 | 0.64 |
| Hex | D2 | 75 | C1 | 0 | 2C | 8 | 12 | 137 | 33 | 40 |
| Octal | 322 | 165 | 301 | 0 | 54 | 10 | 22 | 467 | 63 | 100 |
| Binary | 11010010 | 1110101 | 11000001 | 0 | 101100 | 1000 | 10010 | 100110111 | 110011 | 1000000 |
Color Harmonies of #D275C1
Complementary color
Monochromatic Colors of #D275C1
Black with #D275C1
Text Example
Text Example
White with #D275C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275C1; }
p { color: rgb(210,117,193); }
H1.HeaderClassName
{
color: #D275C1;
}
.AnyTagClassName
{
color: #D275C1;
}
</style>
background-color css
<style>
a { background-color: #D275C1; }
a { background-color: rgb(210,117,193); }
div.DivClassName
{
background-color: #D275C1;
}
.BgClassName
{
background-color: #D275C1;
}
</style>
border-color css
<style>
span { border-color: #D275C1; }
span { border-color: rgb(210,117,193); }
td.TdClassName
{
border-color: #D275C1;
}
.TagClassName
{
border-color: #D275C1;
}
</style>