Shades of Orchid #CD73DF
Tints of Orchid #CD73DF
RGB
CMYK
RGB Variations
Color information
#CD73DF (or 0xCD73DF) is known color: Orchid. HEX triplet: CD, 73 and DF. RGB value is (205,115,223). Sum of RGB (Red+Green+Blue) = 205+115+223=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73DF is #328C20. Grayscale: #999999. Windows color (decimal): -3312673 or 14644173. OLE color: 14644173.
HSL color Cylindrical-coordinate representation of color #CD73DF: hue angle of 290º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD73DF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 115 | 223 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.13 |
| HSL | 290º | 0.63% | 0.66% | - |
| HSV(B) | 290º | 0.48% | 0.87% | - |
| XYZ | 44.63 | 30.57 | 73.36 | - |
| YUV | 154.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 223 | 0.08 | 0.48 | 0 | 0.13 | 290 | 0.63 | 0.66 |
| Hex | CD | 73 | DF | 8 | 30 | 0 | D | 122 | 3F | 42 |
| Octal | 315 | 163 | 337 | 10 | 60 | 0 | 15 | 442 | 77 | 102 |
| Binary | 11001101 | 1110011 | 11011111 | 1000 | 110000 | 0 | 1101 | 100100010 | 111111 | 1000010 |
Color Harmonies of #CD73DF
Complementary color
Monochromatic Colors of #CD73DF
Black with #CD73DF
Text Example
Text Example
White with #CD73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD73DF; }
p { color: rgb(205,115,223); }
H1.HeaderClassName
{
color: #CD73DF;
}
.AnyTagClassName
{
color: #CD73DF;
}
</style>
background-color css
<style>
a { background-color: #CD73DF; }
a { background-color: rgb(205,115,223); }
div.DivClassName
{
background-color: #CD73DF;
}
.BgClassName
{
background-color: #CD73DF;
}
</style>
border-color css
<style>
span { border-color: #CD73DF; }
span { border-color: rgb(205,115,223); }
td.TdClassName
{
border-color: #CD73DF;
}
.TagClassName
{
border-color: #CD73DF;
}
</style>