Shades of Orchid #CD73E3
Tints of Orchid #CD73E3
RGB
CMYK
RGB Variations
Color information
#CD73E3 (or 0xCD73E3) is known color: Orchid. HEX triplet: CD, 73 and E3. RGB value is (205,115,227). Sum of RGB (Red+Green+Blue) = 205+115+227=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD73E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73E3 is #328C1C. Grayscale: #9A9A9A. Windows color (decimal): -3312669 or 14906317. OLE color: 14906317.
HSL color Cylindrical-coordinate representation of color #CD73E3: hue angle of 288.21º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD73E3 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 115 | 227 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.11 |
| HSL | 288.21º | 0.67% | 0.67% | - |
| HSV(B) | 288.21º | 0.49% | 0.89% | - |
| XYZ | 45.17 | 30.79 | 76.23 | - |
| YUV | 154.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 227 | 0.10 | 0.49 | 0 | 0.11 | 288.21 | 0.67 | 0.67 |
| Hex | CD | 73 | E3 | A | 31 | 0 | B | 120 | 43 | 43 |
| Octal | 315 | 163 | 343 | 12 | 61 | 0 | 13 | 440 | 103 | 103 |
| Binary | 11001101 | 1110011 | 11100011 | 1010 | 110001 | 0 | 1011 | 100100000 | 1000011 | 1000011 |
Color Harmonies of #CD73E3
Complementary color
Monochromatic Colors of #CD73E3
Black with #CD73E3
Text Example
Text Example
White with #CD73E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD73E3; }
p { color: rgb(205,115,227); }
H1.HeaderClassName
{
color: #CD73E3;
}
.AnyTagClassName
{
color: #CD73E3;
}
</style>
background-color css
<style>
a { background-color: #CD73E3; }
a { background-color: rgb(205,115,227); }
div.DivClassName
{
background-color: #CD73E3;
}
.BgClassName
{
background-color: #CD73E3;
}
</style>
border-color css
<style>
span { border-color: #CD73E3; }
span { border-color: rgb(205,115,227); }
td.TdClassName
{
border-color: #CD73E3;
}
.TagClassName
{
border-color: #CD73E3;
}
</style>