Shades of Orchid #CD71E2
Tints of Orchid #CD71E2
RGB
CMYK
RGB Variations
Color information
#CD71E2 (or 0xCD71E2) is known color: Orchid. HEX triplet: CD, 71 and E2. RGB value is (205,113,226). Sum of RGB (Red+Green+Blue) = 205+113+226=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD71E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD71E2 is #328E1D. Grayscale: #999999. Windows color (decimal): -3313182 or 14840269. OLE color: 14840269.
HSL color Cylindrical-coordinate representation of color #CD71E2: hue angle of 288.85º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD71E2 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 113 | 226 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.11 |
| HSL | 288.85º | 0.66% | 0.66% | - |
| HSV(B) | 288.85º | 0.5% | 0.89% | - |
| XYZ | 44.81 | 30.28 | 75.43 | - |
| YUV | 153.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 226 | 0.09 | 0.5 | 0 | 0.11 | 288.85 | 0.66 | 0.66 |
| Hex | CD | 71 | E2 | 9 | 32 | 0 | B | 121 | 42 | 42 |
| Octal | 315 | 161 | 342 | 11 | 62 | 0 | 13 | 441 | 102 | 102 |
| Binary | 11001101 | 1110001 | 11100010 | 1001 | 110010 | 0 | 1011 | 100100001 | 1000010 | 1000010 |
Color Harmonies of #CD71E2
Complementary color
Monochromatic Colors of #CD71E2
Black with #CD71E2
Text Example
Text Example
White with #CD71E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD71E2; }
p { color: rgb(205,113,226); }
H1.HeaderClassName
{
color: #CD71E2;
}
.AnyTagClassName
{
color: #CD71E2;
}
</style>
background-color css
<style>
a { background-color: #CD71E2; }
a { background-color: rgb(205,113,226); }
div.DivClassName
{
background-color: #CD71E2;
}
.BgClassName
{
background-color: #CD71E2;
}
</style>
border-color css
<style>
span { border-color: #CD71E2; }
span { border-color: rgb(205,113,226); }
td.TdClassName
{
border-color: #CD71E2;
}
.TagClassName
{
border-color: #CD71E2;
}
</style>