Shades of Orchid #C778BC
Tints of Orchid #C778BC
RGB
CMYK
RGB Variations
Color information
#C778BC (or 0xC778BC) is known color: Orchid. HEX triplet: C7, 78 and BC. RGB value is (199,120,188). Sum of RGB (Red+Green+Blue) = 199+120+188=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C778BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778BC is #388743. Grayscale: #979797. Windows color (decimal): -3704644 or 12351687. OLE color: 12351687.
HSL color Cylindrical-coordinate representation of color #C778BC: hue angle of 308.35º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778BC is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 188 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.22 |
| HSL | 308.35º | 0.41% | 0.63% | - |
| HSV(B) | 308.35º | 0.4% | 0.78% | - |
| XYZ | 39.35 | 29.21 | 51.14 | - |
| YUV | 151.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 188 | 0 | 0.40 | 0.06 | 0.22 | 308.35 | 0.41 | 0.63 |
| Hex | C7 | 78 | BC | 0 | 28 | 6 | 16 | 134 | 29 | 3F |
| Octal | 307 | 170 | 274 | 0 | 50 | 6 | 26 | 464 | 51 | 77 |
| Binary | 11000111 | 1111000 | 10111100 | 0 | 101000 | 110 | 10110 | 100110100 | 101001 | 111111 |
Color Harmonies of #C778BC
Complementary color
Monochromatic Colors of #C778BC
Black with #C778BC
Text Example
Text Example
White with #C778BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778BC; }
p { color: rgb(199,120,188); }
H1.HeaderClassName
{
color: #C778BC;
}
.AnyTagClassName
{
color: #C778BC;
}
</style>
background-color css
<style>
a { background-color: #C778BC; }
a { background-color: rgb(199,120,188); }
div.DivClassName
{
background-color: #C778BC;
}
.BgClassName
{
background-color: #C778BC;
}
</style>
border-color css
<style>
span { border-color: #C778BC; }
span { border-color: rgb(199,120,188); }
td.TdClassName
{
border-color: #C778BC;
}
.TagClassName
{
border-color: #C778BC;
}
</style>