Shades of Orchid #C778CC
Tints of Orchid #C778CC
RGB
CMYK
RGB Variations
Color information
#C778CC (or 0xC778CC) is known color: Orchid. HEX triplet: C7, 78 and CC. RGB value is (199,120,204). Sum of RGB (Red+Green+Blue) = 199+120+204=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #C778CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778CC is #388733. Grayscale: #989898. Windows color (decimal): -3704628 or 13400263. OLE color: 13400263.
HSL color Cylindrical-coordinate representation of color #C778CC: hue angle of 296.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C778CC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 120 | 204 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.2 |
| HSL | 296.43º | 0.45% | 0.64% | - |
| HSV(B) | 296.43º | 0.41% | 0.8% | - |
| XYZ | 41.17 | 29.93 | 60.73 | - |
| YUV | 153.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 204 | 0.02 | 0.41 | 0 | 0.2 | 296.43 | 0.45 | 0.64 |
| Hex | C7 | 78 | CC | 2 | 29 | 0 | 14 | 128 | 2D | 40 |
| Octal | 307 | 170 | 314 | 2 | 51 | 0 | 24 | 450 | 55 | 100 |
| Binary | 11000111 | 1111000 | 11001100 | 10 | 101001 | 0 | 10100 | 100101000 | 101101 | 1000000 |
Color Harmonies of #C778CC
Complementary color
Monochromatic Colors of #C778CC
Black with #C778CC
Text Example
Text Example
White with #C778CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778CC; }
p { color: rgb(199,120,204); }
H1.HeaderClassName
{
color: #C778CC;
}
.AnyTagClassName
{
color: #C778CC;
}
</style>
background-color css
<style>
a { background-color: #C778CC; }
a { background-color: rgb(199,120,204); }
div.DivClassName
{
background-color: #C778CC;
}
.BgClassName
{
background-color: #C778CC;
}
</style>
border-color css
<style>
span { border-color: #C778CC; }
span { border-color: rgb(199,120,204); }
td.TdClassName
{
border-color: #C778CC;
}
.TagClassName
{
border-color: #C778CC;
}
</style>