Shades of Orchid #CD73C9
Tints of Orchid #CD73C9
RGB
CMYK
RGB Variations
Color information
#CD73C9 (or 0xCD73C9) is known color: Orchid. HEX triplet: CD, 73 and C9. RGB value is (205,115,201). Sum of RGB (Red+Green+Blue) = 205+115+201=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73C9 is #328C36. Grayscale: #979797. Windows color (decimal): -3312695 or 13202381. OLE color: 13202381.
HSL color Cylindrical-coordinate representation of color #CD73C9: hue angle of 302.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD73C9 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 201 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.20 |
| HSL | 302.67º | 0.47% | 0.63% | - |
| HSV(B) | 302.67º | 0.44% | 0.8% | - |
| XYZ | 41.85 | 29.46 | 58.74 | - |
| YUV | 151.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 201 | 0 | 0.44 | 0.02 | 0.20 | 302.67 | 0.47 | 0.63 |
| Hex | CD | 73 | C9 | 0 | 2C | 2 | 14 | 12F | 2F | 3F |
| Octal | 315 | 163 | 311 | 0 | 54 | 2 | 24 | 457 | 57 | 77 |
| Binary | 11001101 | 1110011 | 11001001 | 0 | 101100 | 10 | 10100 | 100101111 | 101111 | 111111 |
Color Harmonies of #CD73C9
Complementary color
Monochromatic Colors of #CD73C9
Black with #CD73C9
Text Example
Text Example
White with #CD73C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD73C9; }
p { color: rgb(205,115,201); }
H1.HeaderClassName
{
color: #CD73C9;
}
.AnyTagClassName
{
color: #CD73C9;
}
</style>
background-color css
<style>
a { background-color: #CD73C9; }
a { background-color: rgb(205,115,201); }
div.DivClassName
{
background-color: #CD73C9;
}
.BgClassName
{
background-color: #CD73C9;
}
</style>
border-color css
<style>
span { border-color: #CD73C9; }
span { border-color: rgb(205,115,201); }
td.TdClassName
{
border-color: #CD73C9;
}
.TagClassName
{
border-color: #CD73C9;
}
</style>