Shades of Orchid #C778C4
Tints of Orchid #C778C4
RGB
CMYK
RGB Variations
Color information
#C778C4 (or 0xC778C4) is known color: Orchid. HEX triplet: C7, 78 and C4. RGB value is (199,120,196). Sum of RGB (Red+Green+Blue) = 199+120+196=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C778C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778C4 is #38873B. Grayscale: #989898. Windows color (decimal): -3704636 or 12875975. OLE color: 12875975.
HSL color Cylindrical-coordinate representation of color #C778C4: hue angle of 302.28º 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 #C778C4 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 196 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.22 |
| HSL | 302.28º | 0.41% | 0.63% | - |
| HSV(B) | 302.28º | 0.4% | 0.78% | - |
| XYZ | 40.23 | 29.56 | 55.81 | - |
| YUV | 152.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 196 | 0 | 0.40 | 0.02 | 0.22 | 302.28 | 0.41 | 0.63 |
| Hex | C7 | 78 | C4 | 0 | 28 | 2 | 16 | 12E | 29 | 3F |
| Octal | 307 | 170 | 304 | 0 | 50 | 2 | 26 | 456 | 51 | 77 |
| Binary | 11000111 | 1111000 | 11000100 | 0 | 101000 | 10 | 10110 | 100101110 | 101001 | 111111 |
Color Harmonies of #C778C4
Complementary color
Monochromatic Colors of #C778C4
Black with #C778C4
Text Example
Text Example
White with #C778C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778C4; }
p { color: rgb(199,120,196); }
H1.HeaderClassName
{
color: #C778C4;
}
.AnyTagClassName
{
color: #C778C4;
}
</style>
background-color css
<style>
a { background-color: #C778C4; }
a { background-color: rgb(199,120,196); }
div.DivClassName
{
background-color: #C778C4;
}
.BgClassName
{
background-color: #C778C4;
}
</style>
border-color css
<style>
span { border-color: #C778C4; }
span { border-color: rgb(199,120,196); }
td.TdClassName
{
border-color: #C778C4;
}
.TagClassName
{
border-color: #C778C4;
}
</style>