Shades of Orchid #C77BCB
Tints of Orchid #C77BCB
RGB
CMYK
RGB Variations
Color information
#C77BCB (or 0xC77BCB) is known color: Orchid. HEX triplet: C7, 7B and CB. RGB value is (199,123,203). Sum of RGB (Red+Green+Blue) = 199+123+203=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C77BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BCB is #388434. Grayscale: #9A9A9A. Windows color (decimal): -3703861 or 13335495. OLE color: 13335495.
HSL color Cylindrical-coordinate representation of color #C77BCB: hue angle of 297º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77BCB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 123 | 203 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.20 |
| HSL | 297º | 0.43% | 0.64% | - |
| HSV(B) | 297º | 0.39% | 0.8% | - |
| XYZ | 41.42 | 30.62 | 60.23 | - |
| YUV | 154.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 203 | 0.02 | 0.39 | 0 | 0.20 | 297 | 0.43 | 0.64 |
| Hex | C7 | 7B | CB | 2 | 27 | 0 | 14 | 129 | 2B | 40 |
| Octal | 307 | 173 | 313 | 2 | 47 | 0 | 24 | 451 | 53 | 100 |
| Binary | 11000111 | 1111011 | 11001011 | 10 | 100111 | 0 | 10100 | 100101001 | 101011 | 1000000 |
Color Harmonies of #C77BCB
Complementary color
Monochromatic Colors of #C77BCB
Black with #C77BCB
Text Example
Text Example
White with #C77BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BCB; }
p { color: rgb(199,123,203); }
H1.HeaderClassName
{
color: #C77BCB;
}
.AnyTagClassName
{
color: #C77BCB;
}
</style>
background-color css
<style>
a { background-color: #C77BCB; }
a { background-color: rgb(199,123,203); }
div.DivClassName
{
background-color: #C77BCB;
}
.BgClassName
{
background-color: #C77BCB;
}
</style>
border-color css
<style>
span { border-color: #C77BCB; }
span { border-color: rgb(199,123,203); }
td.TdClassName
{
border-color: #C77BCB;
}
.TagClassName
{
border-color: #C77BCB;
}
</style>