Shades of Orchid #CD79E1
Tints of Orchid #CD79E1
RGB
CMYK
RGB Variations
Color information
#CD79E1 (or 0xCD79E1) is known color: Orchid. HEX triplet: CD, 79 and E1. RGB value is (205,121,225). Sum of RGB (Red+Green+Blue) = 205+121+225=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD79E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79E1 is #32861E. Grayscale: #9D9D9D. Windows color (decimal): -3311135 or 14776781. OLE color: 14776781.
HSL color Cylindrical-coordinate representation of color #CD79E1: hue angle of 288.46º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD79E1 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 121 | 225 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.12 |
| HSL | 288.46º | 0.63% | 0.68% | - |
| HSV(B) | 288.46º | 0.46% | 0.88% | - |
| XYZ | 45.6 | 32.09 | 75.02 | - |
| YUV | 157.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 121 | 225 | 0.09 | 0.46 | 0 | 0.12 | 288.46 | 0.63 | 0.68 |
| Hex | CD | 79 | E1 | 9 | 2E | 0 | C | 120 | 3F | 44 |
| Octal | 315 | 171 | 341 | 11 | 56 | 0 | 14 | 440 | 77 | 104 |
| Binary | 11001101 | 1111001 | 11100001 | 1001 | 101110 | 0 | 1100 | 100100000 | 111111 | 1000100 |
Color Harmonies of #CD79E1
Complementary color
Monochromatic Colors of #CD79E1
Black with #CD79E1
Text Example
Text Example
White with #CD79E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD79E1; }
p { color: rgb(205,121,225); }
H1.HeaderClassName
{
color: #CD79E1;
}
.AnyTagClassName
{
color: #CD79E1;
}
</style>
background-color css
<style>
a { background-color: #CD79E1; }
a { background-color: rgb(205,121,225); }
div.DivClassName
{
background-color: #CD79E1;
}
.BgClassName
{
background-color: #CD79E1;
}
</style>
border-color css
<style>
span { border-color: #CD79E1; }
span { border-color: rgb(205,121,225); }
td.TdClassName
{
border-color: #CD79E1;
}
.TagClassName
{
border-color: #CD79E1;
}
</style>