Shades of Orchid #C77DDD
Tints of Orchid #C77DDD
RGB
CMYK
RGB Variations
Color information
#C77DDD (or 0xC77DDD) is known color: Orchid. HEX triplet: C7, 7D and DD. RGB value is (199,125,221). Sum of RGB (Red+Green+Blue) = 199+125+221=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C77DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DDD is #388222. Grayscale: #9D9D9D. Windows color (decimal): -3703331 or 14515655. OLE color: 14515655.
HSL color Cylindrical-coordinate representation of color #C77DDD: hue angle of 286.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77DDD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 125 | 221 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.13 |
| HSL | 286.25º | 0.59% | 0.68% | - |
| HSV(B) | 286.25º | 0.43% | 0.87% | - |
| XYZ | 43.94 | 32.03 | 72.27 | - |
| YUV | 158.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 221 | 0.10 | 0.43 | 0 | 0.13 | 286.25 | 0.59 | 0.68 |
| Hex | C7 | 7D | DD | A | 2B | 0 | D | 11E | 3B | 44 |
| Octal | 307 | 175 | 335 | 12 | 53 | 0 | 15 | 436 | 73 | 104 |
| Binary | 11000111 | 1111101 | 11011101 | 1010 | 101011 | 0 | 1101 | 100011110 | 111011 | 1000100 |
Color Harmonies of #C77DDD
Complementary color
Monochromatic Colors of #C77DDD
Black with #C77DDD
Text Example
Text Example
White with #C77DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DDD; }
p { color: rgb(199,125,221); }
H1.HeaderClassName
{
color: #C77DDD;
}
.AnyTagClassName
{
color: #C77DDD;
}
</style>
background-color css
<style>
a { background-color: #C77DDD; }
a { background-color: rgb(199,125,221); }
div.DivClassName
{
background-color: #C77DDD;
}
.BgClassName
{
background-color: #C77DDD;
}
</style>
border-color css
<style>
span { border-color: #C77DDD; }
span { border-color: rgb(199,125,221); }
td.TdClassName
{
border-color: #C77DDD;
}
.TagClassName
{
border-color: #C77DDD;
}
</style>