Shades of Orchid #C77BDE
Tints of Orchid #C77BDE
RGB
CMYK
RGB Variations
Color information
#C77BDE (or 0xC77BDE) is known color: Orchid. HEX triplet: C7, 7B and DE. RGB value is (199,123,222). Sum of RGB (Red+Green+Blue) = 199+123+222=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #C77BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BDE is #388421. Grayscale: #9C9C9C. Windows color (decimal): -3703842 or 14580679. OLE color: 14580679.
HSL color Cylindrical-coordinate representation of color #C77BDE: hue angle of 286.06º degrees, saturation: 0.6, 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 #C77BDE is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 123 | 222 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.13 |
| HSL | 286.06º | 0.6% | 0.68% | - |
| HSV(B) | 286.06º | 0.45% | 0.87% | - |
| XYZ | 43.82 | 31.58 | 72.89 | - |
| YUV | 157.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 222 | 0.10 | 0.45 | 0 | 0.13 | 286.06 | 0.6 | 0.68 |
| Hex | C7 | 7B | DE | A | 2D | 0 | D | 11E | 3C | 44 |
| Octal | 307 | 173 | 336 | 12 | 55 | 0 | 15 | 436 | 74 | 104 |
| Binary | 11000111 | 1111011 | 11011110 | 1010 | 101101 | 0 | 1101 | 100011110 | 111100 | 1000100 |
Color Harmonies of #C77BDE
Complementary color
Monochromatic Colors of #C77BDE
Black with #C77BDE
Text Example
Text Example
White with #C77BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BDE; }
p { color: rgb(199,123,222); }
H1.HeaderClassName
{
color: #C77BDE;
}
.AnyTagClassName
{
color: #C77BDE;
}
</style>
background-color css
<style>
a { background-color: #C77BDE; }
a { background-color: rgb(199,123,222); }
div.DivClassName
{
background-color: #C77BDE;
}
.BgClassName
{
background-color: #C77BDE;
}
</style>
border-color css
<style>
span { border-color: #C77BDE; }
span { border-color: rgb(199,123,222); }
td.TdClassName
{
border-color: #C77BDE;
}
.TagClassName
{
border-color: #C77BDE;
}
</style>