Shades of Orchid #CD79C0
Tints of Orchid #CD79C0
RGB
CMYK
RGB Variations
Color information
#CD79C0 (or 0xCD79C0) is known color: Orchid. HEX triplet: CD, 79 and C0. RGB value is (205,121,192). Sum of RGB (Red+Green+Blue) = 205+121+192=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79C0 is #32863F. Grayscale: #9A9A9A. Windows color (decimal): -3311168 or 12614093. OLE color: 12614093.
HSL color Cylindrical-coordinate representation of color #CD79C0: hue angle of 309.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD79C0 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 121 | 192 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.20 |
| HSL | 309.29º | 0.46% | 0.64% | - |
| HSV(B) | 309.29º | 0.41% | 0.8% | - |
| XYZ | 41.53 | 30.46 | 53.56 | - |
| YUV | 154.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 121 | 192 | 0 | 0.41 | 0.06 | 0.20 | 309.29 | 0.46 | 0.64 |
| Hex | CD | 79 | C0 | 0 | 29 | 6 | 14 | 135 | 2E | 40 |
| Octal | 315 | 171 | 300 | 0 | 51 | 6 | 24 | 465 | 56 | 100 |
| Binary | 11001101 | 1111001 | 11000000 | 0 | 101001 | 110 | 10100 | 100110101 | 101110 | 1000000 |
Color Harmonies of #CD79C0
Complementary color
Monochromatic Colors of #CD79C0
Black with #CD79C0
Text Example
Text Example
White with #CD79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD79C0; }
p { color: rgb(205,121,192); }
H1.HeaderClassName
{
color: #CD79C0;
}
.AnyTagClassName
{
color: #CD79C0;
}
</style>
background-color css
<style>
a { background-color: #CD79C0; }
a { background-color: rgb(205,121,192); }
div.DivClassName
{
background-color: #CD79C0;
}
.BgClassName
{
background-color: #CD79C0;
}
</style>
border-color css
<style>
span { border-color: #CD79C0; }
span { border-color: rgb(205,121,192); }
td.TdClassName
{
border-color: #CD79C0;
}
.TagClassName
{
border-color: #CD79C0;
}
</style>