Shades of Orchid #C780C0
Tints of Orchid #C780C0
RGB
CMYK
RGB Variations
Color information
#C780C0 (or 0xC780C0) is known color: Orchid. HEX triplet: C7, 80 and C0. RGB value is (199,128,192). Sum of RGB (Red+Green+Blue) = 199+128+192=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C780C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780C0 is #387F3F. Grayscale: #9C9C9C. Windows color (decimal): -3702592 or 12615879. OLE color: 12615879.
HSL color Cylindrical-coordinate representation of color #C780C0: hue angle of 305.92º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C780C0 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 192 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.22 |
| HSL | 305.92º | 0.39% | 0.64% | - |
| HSV(B) | 305.92º | 0.36% | 0.78% | - |
| XYZ | 40.79 | 31.39 | 53.78 | - |
| YUV | 156.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 192 | 0 | 0.36 | 0.04 | 0.22 | 305.92 | 0.39 | 0.64 |
| Hex | C7 | 80 | C0 | 0 | 24 | 4 | 16 | 132 | 27 | 40 |
| Octal | 307 | 200 | 300 | 0 | 44 | 4 | 26 | 462 | 47 | 100 |
| Binary | 11000111 | 10000000 | 11000000 | 0 | 100100 | 100 | 10110 | 100110010 | 100111 | 1000000 |
Color Harmonies of #C780C0
Complementary color
Monochromatic Colors of #C780C0
Black with #C780C0
Text Example
Text Example
White with #C780C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C780C0; }
p { color: rgb(199,128,192); }
H1.HeaderClassName
{
color: #C780C0;
}
.AnyTagClassName
{
color: #C780C0;
}
</style>
background-color css
<style>
a { background-color: #C780C0; }
a { background-color: rgb(199,128,192); }
div.DivClassName
{
background-color: #C780C0;
}
.BgClassName
{
background-color: #C780C0;
}
</style>
border-color css
<style>
span { border-color: #C780C0; }
span { border-color: rgb(199,128,192); }
td.TdClassName
{
border-color: #C780C0;
}
.TagClassName
{
border-color: #C780C0;
}
</style>