Shades of Orchid #C779CD
Tints of Orchid #C779CD
RGB
CMYK
RGB Variations
Color information
#C779CD (or 0xC779CD) is known color: Orchid. HEX triplet: C7, 79 and CD. RGB value is (199,121,205). Sum of RGB (Red+Green+Blue) = 199+121+205=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C779CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779CD is #388632. Grayscale: #999999. Windows color (decimal): -3704371 or 13466055. OLE color: 13466055.
HSL color Cylindrical-coordinate representation of color #C779CD: hue angle of 295.71º 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 #C779CD is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 121 | 205 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.20 |
| HSL | 295.71º | 0.46% | 0.64% | - |
| HSV(B) | 295.71º | 0.41% | 0.8% | - |
| XYZ | 41.41 | 30.22 | 61.41 | - |
| YUV | 153.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 205 | 0.03 | 0.41 | 0 | 0.20 | 295.71 | 0.46 | 0.64 |
| Hex | C7 | 79 | CD | 3 | 29 | 0 | 14 | 128 | 2E | 40 |
| Octal | 307 | 171 | 315 | 3 | 51 | 0 | 24 | 450 | 56 | 100 |
| Binary | 11000111 | 1111001 | 11001101 | 11 | 101001 | 0 | 10100 | 100101000 | 101110 | 1000000 |
Color Harmonies of #C779CD
Complementary color
Monochromatic Colors of #C779CD
Black with #C779CD
Text Example
Text Example
White with #C779CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C779CD; }
p { color: rgb(199,121,205); }
H1.HeaderClassName
{
color: #C779CD;
}
.AnyTagClassName
{
color: #C779CD;
}
</style>
background-color css
<style>
a { background-color: #C779CD; }
a { background-color: rgb(199,121,205); }
div.DivClassName
{
background-color: #C779CD;
}
.BgClassName
{
background-color: #C779CD;
}
</style>
border-color css
<style>
span { border-color: #C779CD; }
span { border-color: rgb(199,121,205); }
td.TdClassName
{
border-color: #C779CD;
}
.TagClassName
{
border-color: #C779CD;
}
</style>