Shades of Orchid #C77FDC
Tints of Orchid #C77FDC
RGB
CMYK
RGB Variations
Color information
#C77FDC (or 0xC77FDC) is known color: Orchid. HEX triplet: C7, 7F and DC. RGB value is (199,127,220). Sum of RGB (Red+Green+Blue) = 199+127+220=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C77FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FDC is #388023. Grayscale: #9E9E9E. Windows color (decimal): -3702820 or 14450631. OLE color: 14450631.
HSL color Cylindrical-coordinate representation of color #C77FDC: hue angle of 286.45º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77FDC is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 127 | 220 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.14 |
| HSL | 286.45º | 0.57% | 0.68% | - |
| HSV(B) | 286.45º | 0.42% | 0.86% | - |
| XYZ | 44.06 | 32.49 | 71.66 | - |
| YUV | 159.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 220 | 0.10 | 0.42 | 0 | 0.14 | 286.45 | 0.57 | 0.68 |
| Hex | C7 | 7F | DC | A | 2A | 0 | E | 11E | 39 | 44 |
| Octal | 307 | 177 | 334 | 12 | 52 | 0 | 16 | 436 | 71 | 104 |
| Binary | 11000111 | 1111111 | 11011100 | 1010 | 101010 | 0 | 1110 | 100011110 | 111001 | 1000100 |
Color Harmonies of #C77FDC
Complementary color
Monochromatic Colors of #C77FDC
Black with #C77FDC
Text Example
Text Example
White with #C77FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FDC; }
p { color: rgb(199,127,220); }
H1.HeaderClassName
{
color: #C77FDC;
}
.AnyTagClassName
{
color: #C77FDC;
}
</style>
background-color css
<style>
a { background-color: #C77FDC; }
a { background-color: rgb(199,127,220); }
div.DivClassName
{
background-color: #C77FDC;
}
.BgClassName
{
background-color: #C77FDC;
}
</style>
border-color css
<style>
span { border-color: #C77FDC; }
span { border-color: rgb(199,127,220); }
td.TdClassName
{
border-color: #C77FDC;
}
.TagClassName
{
border-color: #C77FDC;
}
</style>