Shades of Orchid #D073C1
Tints of Orchid #D073C1
RGB
CMYK
RGB Variations
Color information
#D073C1 (or 0xD073C1) is known color: Orchid. HEX triplet: D0, 73 and C1. RGB value is (208,115,193). Sum of RGB (Red+Green+Blue) = 208+115+193=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C1 is #2F8C3E. Grayscale: #979797. Windows color (decimal): -3116095 or 12678096. OLE color: 12678096.
HSL color Cylindrical-coordinate representation of color #D073C1: hue angle of 309.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073C1 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 193 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.18 |
| HSL | 309.68º | 0.5% | 0.63% | - |
| HSV(B) | 309.68º | 0.45% | 0.82% | - |
| XYZ | 41.77 | 29.52 | 53.95 | - |
| YUV | 151.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 193 | 0 | 0.45 | 0.07 | 0.18 | 309.68 | 0.5 | 0.63 |
| Hex | D0 | 73 | C1 | 0 | 2D | 7 | 12 | 136 | 32 | 3F |
| Octal | 320 | 163 | 301 | 0 | 55 | 7 | 22 | 466 | 62 | 77 |
| Binary | 11010000 | 1110011 | 11000001 | 0 | 101101 | 111 | 10010 | 100110110 | 110010 | 111111 |
Color Harmonies of #D073C1
Complementary color
Monochromatic Colors of #D073C1
Black with #D073C1
Text Example
Text Example
White with #D073C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073C1; }
p { color: rgb(208,115,193); }
H1.HeaderClassName
{
color: #D073C1;
}
.AnyTagClassName
{
color: #D073C1;
}
</style>
background-color css
<style>
a { background-color: #D073C1; }
a { background-color: rgb(208,115,193); }
div.DivClassName
{
background-color: #D073C1;
}
.BgClassName
{
background-color: #D073C1;
}
</style>
border-color css
<style>
span { border-color: #D073C1; }
span { border-color: rgb(208,115,193); }
td.TdClassName
{
border-color: #D073C1;
}
.TagClassName
{
border-color: #D073C1;
}
</style>