Shades of Orchid #C77BDF
Tints of Orchid #C77BDF
RGB
CMYK
RGB Variations
Color information
#C77BDF (or 0xC77BDF) is known color: Orchid. HEX triplet: C7, 7B and DF. RGB value is (199,123,223). Sum of RGB (Red+Green+Blue) = 199+123+223=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #C77BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BDF is #388420. Grayscale: #9C9C9C. Windows color (decimal): -3703841 or 14646215. OLE color: 14646215.
HSL color Cylindrical-coordinate representation of color #C77BDF: hue angle of 285.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C77BDF is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 123 | 223 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.13 |
| HSL | 285.6º | 0.61% | 0.68% | - |
| HSV(B) | 285.6º | 0.45% | 0.87% | - |
| XYZ | 43.96 | 31.64 | 73.6 | - |
| YUV | 157.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 223 | 0.11 | 0.45 | 0 | 0.13 | 285.6 | 0.61 | 0.68 |
| Hex | C7 | 7B | DF | B | 2D | 0 | D | 11E | 3D | 44 |
| Octal | 307 | 173 | 337 | 13 | 55 | 0 | 15 | 436 | 75 | 104 |
| Binary | 11000111 | 1111011 | 11011111 | 1011 | 101101 | 0 | 1101 | 100011110 | 111101 | 1000100 |
Color Harmonies of #C77BDF
Complementary color
Monochromatic Colors of #C77BDF
Black with #C77BDF
Text Example
Text Example
White with #C77BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BDF; }
p { color: rgb(199,123,223); }
H1.HeaderClassName
{
color: #C77BDF;
}
.AnyTagClassName
{
color: #C77BDF;
}
</style>
background-color css
<style>
a { background-color: #C77BDF; }
a { background-color: rgb(199,123,223); }
div.DivClassName
{
background-color: #C77BDF;
}
.BgClassName
{
background-color: #C77BDF;
}
</style>
border-color css
<style>
span { border-color: #C77BDF; }
span { border-color: rgb(199,123,223); }
td.TdClassName
{
border-color: #C77BDF;
}
.TagClassName
{
border-color: #C77BDF;
}
</style>