Shades of Orchid #CD73C5
Tints of Orchid #CD73C5
RGB
CMYK
RGB Variations
Color information
#CD73C5 (or 0xCD73C5) is known color: Orchid. HEX triplet: CD, 73 and C5. RGB value is (205,115,197). Sum of RGB (Red+Green+Blue) = 205+115+197=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD73C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73C5 is #328C3A. Grayscale: #979797. Windows color (decimal): -3312699 or 12940237. OLE color: 12940237.
HSL color Cylindrical-coordinate representation of color #CD73C5: hue angle of 305.33º 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 #CD73C5 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 197 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.20 |
| HSL | 305.33º | 0.47% | 0.63% | - |
| HSV(B) | 305.33º | 0.44% | 0.8% | - |
| XYZ | 41.39 | 29.27 | 56.29 | - |
| YUV | 151.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 197 | 0 | 0.44 | 0.04 | 0.20 | 305.33 | 0.47 | 0.63 |
| Hex | CD | 73 | C5 | 0 | 2C | 4 | 14 | 131 | 2F | 3F |
| Octal | 315 | 163 | 305 | 0 | 54 | 4 | 24 | 461 | 57 | 77 |
| Binary | 11001101 | 1110011 | 11000101 | 0 | 101100 | 100 | 10100 | 100110001 | 101111 | 111111 |
Color Harmonies of #CD73C5
Complementary color
Monochromatic Colors of #CD73C5
Black with #CD73C5
Text Example
Text Example
White with #CD73C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD73C5; }
p { color: rgb(205,115,197); }
H1.HeaderClassName
{
color: #CD73C5;
}
.AnyTagClassName
{
color: #CD73C5;
}
</style>
background-color css
<style>
a { background-color: #CD73C5; }
a { background-color: rgb(205,115,197); }
div.DivClassName
{
background-color: #CD73C5;
}
.BgClassName
{
background-color: #CD73C5;
}
</style>
border-color css
<style>
span { border-color: #CD73C5; }
span { border-color: rgb(205,115,197); }
td.TdClassName
{
border-color: #CD73C5;
}
.TagClassName
{
border-color: #CD73C5;
}
</style>