Shades of Orchid #C77DDC
Tints of Orchid #C77DDC
RGB
CMYK
RGB Variations
Color information
#C77DDC (or 0xC77DDC) is known color: Orchid. HEX triplet: C7, 7D and DC. RGB value is (199,125,220). Sum of RGB (Red+Green+Blue) = 199+125+220=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #C77DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DDC is #388223. Grayscale: #9D9D9D. Windows color (decimal): -3703332 or 14450119. OLE color: 14450119.
HSL color Cylindrical-coordinate representation of color #C77DDC: hue angle of 286.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77DDC is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 125 | 220 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.14 |
| HSL | 286.74º | 0.58% | 0.68% | - |
| HSV(B) | 286.74º | 0.43% | 0.86% | - |
| XYZ | 43.81 | 31.98 | 71.57 | - |
| YUV | 157.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 220 | 0.10 | 0.43 | 0 | 0.14 | 286.74 | 0.58 | 0.68 |
| Hex | C7 | 7D | DC | A | 2B | 0 | E | 11F | 3A | 44 |
| Octal | 307 | 175 | 334 | 12 | 53 | 0 | 16 | 437 | 72 | 104 |
| Binary | 11000111 | 1111101 | 11011100 | 1010 | 101011 | 0 | 1110 | 100011111 | 111010 | 1000100 |
Color Harmonies of #C77DDC
Complementary color
Monochromatic Colors of #C77DDC
Black with #C77DDC
Text Example
Text Example
White with #C77DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DDC; }
p { color: rgb(199,125,220); }
H1.HeaderClassName
{
color: #C77DDC;
}
.AnyTagClassName
{
color: #C77DDC;
}
</style>
background-color css
<style>
a { background-color: #C77DDC; }
a { background-color: rgb(199,125,220); }
div.DivClassName
{
background-color: #C77DDC;
}
.BgClassName
{
background-color: #C77DDC;
}
</style>
border-color css
<style>
span { border-color: #C77DDC; }
span { border-color: rgb(199,125,220); }
td.TdClassName
{
border-color: #C77DDC;
}
.TagClassName
{
border-color: #C77DDC;
}
</style>