Shades of Orchid #D273CD
Tints of Orchid #D273CD
RGB
CMYK
RGB Variations
Color information
#D273CD (or 0xD273CD) is known color: Orchid. HEX triplet: D2, 73 and CD. RGB value is (210,115,205). Sum of RGB (Red+Green+Blue) = 210+115+205=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D273CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273CD is #2D8C32. Grayscale: #999999. Windows color (decimal): -2985011 or 13464530. OLE color: 13464530.
HSL color Cylindrical-coordinate representation of color #D273CD: hue angle of 303.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D273CD is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 205 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.18 |
| HSL | 303.16º | 0.51% | 0.64% | - |
| HSV(B) | 303.16º | 0.45% | 0.82% | - |
| XYZ | 43.73 | 30.37 | 61.32 | - |
| YUV | 153.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 205 | 0 | 0.45 | 0.02 | 0.18 | 303.16 | 0.51 | 0.64 |
| Hex | D2 | 73 | CD | 0 | 2D | 2 | 12 | 12F | 33 | 40 |
| Octal | 322 | 163 | 315 | 0 | 55 | 2 | 22 | 457 | 63 | 100 |
| Binary | 11010010 | 1110011 | 11001101 | 0 | 101101 | 10 | 10010 | 100101111 | 110011 | 1000000 |
Color Harmonies of #D273CD
Complementary color
Monochromatic Colors of #D273CD
Black with #D273CD
Text Example
Text Example
White with #D273CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273CD; }
p { color: rgb(210,115,205); }
H1.HeaderClassName
{
color: #D273CD;
}
.AnyTagClassName
{
color: #D273CD;
}
</style>
background-color css
<style>
a { background-color: #D273CD; }
a { background-color: rgb(210,115,205); }
div.DivClassName
{
background-color: #D273CD;
}
.BgClassName
{
background-color: #D273CD;
}
</style>
border-color css
<style>
span { border-color: #D273CD; }
span { border-color: rgb(210,115,205); }
td.TdClassName
{
border-color: #D273CD;
}
.TagClassName
{
border-color: #D273CD;
}
</style>