Shades of Orchid #C77CDB
Tints of Orchid #C77CDB
RGB
CMYK
RGB Variations
Color information
#C77CDB (or 0xC77CDB) is known color: Orchid. HEX triplet: C7, 7C and DB. RGB value is (199,124,219). Sum of RGB (Red+Green+Blue) = 199+124+219=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #C77CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CDB is #388324. Grayscale: #9C9C9C. Windows color (decimal): -3703589 or 14384327. OLE color: 14384327.
HSL color Cylindrical-coordinate representation of color #C77CDB: hue angle of 287.37º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77CDB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 124 | 219 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.14 |
| HSL | 287.37º | 0.57% | 0.67% | - |
| HSV(B) | 287.37º | 0.43% | 0.86% | - |
| XYZ | 43.55 | 31.67 | 70.84 | - |
| YUV | 157.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 219 | 0.09 | 0.43 | 0 | 0.14 | 287.37 | 0.57 | 0.67 |
| Hex | C7 | 7C | DB | 9 | 2B | 0 | E | 11F | 39 | 43 |
| Octal | 307 | 174 | 333 | 11 | 53 | 0 | 16 | 437 | 71 | 103 |
| Binary | 11000111 | 1111100 | 11011011 | 1001 | 101011 | 0 | 1110 | 100011111 | 111001 | 1000011 |
Color Harmonies of #C77CDB
Complementary color
Monochromatic Colors of #C77CDB
Black with #C77CDB
Text Example
Text Example
White with #C77CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CDB; }
p { color: rgb(199,124,219); }
H1.HeaderClassName
{
color: #C77CDB;
}
.AnyTagClassName
{
color: #C77CDB;
}
</style>
background-color css
<style>
a { background-color: #C77CDB; }
a { background-color: rgb(199,124,219); }
div.DivClassName
{
background-color: #C77CDB;
}
.BgClassName
{
background-color: #C77CDB;
}
</style>
border-color css
<style>
span { border-color: #C77CDB; }
span { border-color: rgb(199,124,219); }
td.TdClassName
{
border-color: #C77CDB;
}
.TagClassName
{
border-color: #C77CDB;
}
</style>