Shades of Orchid #C77CCD
Tints of Orchid #C77CCD
RGB
CMYK
RGB Variations
Color information
#C77CCD (or 0xC77CCD) is known color: Orchid. HEX triplet: C7, 7C and CD. RGB value is (199,124,205). Sum of RGB (Red+Green+Blue) = 199+124+205=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C77CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CCD is #388332. Grayscale: #9B9B9B. Windows color (decimal): -3703603 or 13466823. OLE color: 13466823.
HSL color Cylindrical-coordinate representation of color #C77CCD: hue angle of 295.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77CCD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 124 | 205 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.20 |
| HSL | 295.56º | 0.45% | 0.65% | - |
| HSV(B) | 295.56º | 0.4% | 0.8% | - |
| XYZ | 41.78 | 30.97 | 61.53 | - |
| YUV | 155.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 205 | 0.03 | 0.40 | 0 | 0.20 | 295.56 | 0.45 | 0.65 |
| Hex | C7 | 7C | CD | 3 | 28 | 0 | 14 | 128 | 2D | 41 |
| Octal | 307 | 174 | 315 | 3 | 50 | 0 | 24 | 450 | 55 | 101 |
| Binary | 11000111 | 1111100 | 11001101 | 11 | 101000 | 0 | 10100 | 100101000 | 101101 | 1000001 |
Color Harmonies of #C77CCD
Complementary color
Monochromatic Colors of #C77CCD
Black with #C77CCD
Text Example
Text Example
White with #C77CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CCD; }
p { color: rgb(199,124,205); }
H1.HeaderClassName
{
color: #C77CCD;
}
.AnyTagClassName
{
color: #C77CCD;
}
</style>
background-color css
<style>
a { background-color: #C77CCD; }
a { background-color: rgb(199,124,205); }
div.DivClassName
{
background-color: #C77CCD;
}
.BgClassName
{
background-color: #C77CCD;
}
</style>
border-color css
<style>
span { border-color: #C77CCD; }
span { border-color: rgb(199,124,205); }
td.TdClassName
{
border-color: #C77CCD;
}
.TagClassName
{
border-color: #C77CCD;
}
</style>