Shades of Orchid #C77CDA
Tints of Orchid #C77CDA
RGB
CMYK
RGB Variations
Color information
#C77CDA (or 0xC77CDA) is known color: Orchid. HEX triplet: C7, 7C and DA. RGB value is (199,124,218). Sum of RGB (Red+Green+Blue) = 199+124+218=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #C77CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CDA is #388325. Grayscale: #9C9C9C. Windows color (decimal): -3703590 or 14318791. OLE color: 14318791.
HSL color Cylindrical-coordinate representation of color #C77CDA: hue angle of 287.87º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77CDA is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 124 | 218 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.15 |
| HSL | 287.87º | 0.56% | 0.67% | - |
| HSV(B) | 287.87º | 0.43% | 0.85% | - |
| XYZ | 43.42 | 31.62 | 70.14 | - |
| YUV | 157.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 218 | 0.09 | 0.43 | 0 | 0.15 | 287.87 | 0.56 | 0.67 |
| Hex | C7 | 7C | DA | 9 | 2B | 0 | F | 120 | 38 | 43 |
| Octal | 307 | 174 | 332 | 11 | 53 | 0 | 17 | 440 | 70 | 103 |
| Binary | 11000111 | 1111100 | 11011010 | 1001 | 101011 | 0 | 1111 | 100100000 | 111000 | 1000011 |
Color Harmonies of #C77CDA
Complementary color
Monochromatic Colors of #C77CDA
Black with #C77CDA
Text Example
Text Example
White with #C77CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CDA; }
p { color: rgb(199,124,218); }
H1.HeaderClassName
{
color: #C77CDA;
}
.AnyTagClassName
{
color: #C77CDA;
}
</style>
background-color css
<style>
a { background-color: #C77CDA; }
a { background-color: rgb(199,124,218); }
div.DivClassName
{
background-color: #C77CDA;
}
.BgClassName
{
background-color: #C77CDA;
}
</style>
border-color css
<style>
span { border-color: #C77CDA; }
span { border-color: rgb(199,124,218); }
td.TdClassName
{
border-color: #C77CDA;
}
.TagClassName
{
border-color: #C77CDA;
}
</style>