Shades of Orchid #CD73D2
Tints of Orchid #CD73D2
RGB
CMYK
RGB Variations
Color information
#CD73D2 (or 0xCD73D2) is known color: Orchid. HEX triplet: CD, 73 and D2. RGB value is (205,115,210). Sum of RGB (Red+Green+Blue) = 205+115+210=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD73D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73D2 is #328C2D. Grayscale: #989898. Windows color (decimal): -3312686 or 13792205. OLE color: 13792205.
HSL color Cylindrical-coordinate representation of color #CD73D2: hue angle of 296.84º 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 #CD73D2 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 115 | 210 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.18 |
| HSL | 296.84º | 0.51% | 0.64% | - |
| HSV(B) | 296.84º | 0.45% | 0.82% | - |
| XYZ | 42.94 | 29.89 | 64.48 | - |
| YUV | 152.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 210 | 0.02 | 0.45 | 0 | 0.18 | 296.84 | 0.51 | 0.64 |
| Hex | CD | 73 | D2 | 2 | 2D | 0 | 12 | 129 | 33 | 40 |
| Octal | 315 | 163 | 322 | 2 | 55 | 0 | 22 | 451 | 63 | 100 |
| Binary | 11001101 | 1110011 | 11010010 | 10 | 101101 | 0 | 10010 | 100101001 | 110011 | 1000000 |
Color Harmonies of #CD73D2
Complementary color
Monochromatic Colors of #CD73D2
Black with #CD73D2
Text Example
Text Example
White with #CD73D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD73D2; }
p { color: rgb(205,115,210); }
H1.HeaderClassName
{
color: #CD73D2;
}
.AnyTagClassName
{
color: #CD73D2;
}
</style>
background-color css
<style>
a { background-color: #CD73D2; }
a { background-color: rgb(205,115,210); }
div.DivClassName
{
background-color: #CD73D2;
}
.BgClassName
{
background-color: #CD73D2;
}
</style>
border-color css
<style>
span { border-color: #CD73D2; }
span { border-color: rgb(205,115,210); }
td.TdClassName
{
border-color: #CD73D2;
}
.TagClassName
{
border-color: #CD73D2;
}
</style>