Shades of Orchid #C780D7
Tints of Orchid #C780D7
RGB
CMYK
RGB Variations
Color information
#C780D7 (or 0xC780D7) is known color: Orchid. HEX triplet: C7, 80 and D7. RGB value is (199,128,215). Sum of RGB (Red+Green+Blue) = 199+128+215=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #C780D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780D7 is #387F28. Grayscale: #9E9E9E. Windows color (decimal): -3702569 or 14123207. OLE color: 14123207.
HSL color Cylindrical-coordinate representation of color #C780D7: hue angle of 288.97º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C780D7 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 128 | 215 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.16 |
| HSL | 288.97º | 0.52% | 0.67% | - |
| HSV(B) | 288.97º | 0.4% | 0.84% | - |
| XYZ | 43.54 | 32.49 | 68.27 | - |
| YUV | 159.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 215 | 0.07 | 0.40 | 0 | 0.16 | 288.97 | 0.52 | 0.67 |
| Hex | C7 | 80 | D7 | 7 | 28 | 0 | 10 | 121 | 34 | 43 |
| Octal | 307 | 200 | 327 | 7 | 50 | 0 | 20 | 441 | 64 | 103 |
| Binary | 11000111 | 10000000 | 11010111 | 111 | 101000 | 0 | 10000 | 100100001 | 110100 | 1000011 |
Color Harmonies of #C780D7
Complementary color
Monochromatic Colors of #C780D7
Black with #C780D7
Text Example
Text Example
White with #C780D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C780D7; }
p { color: rgb(199,128,215); }
H1.HeaderClassName
{
color: #C780D7;
}
.AnyTagClassName
{
color: #C780D7;
}
</style>
background-color css
<style>
a { background-color: #C780D7; }
a { background-color: rgb(199,128,215); }
div.DivClassName
{
background-color: #C780D7;
}
.BgClassName
{
background-color: #C780D7;
}
</style>
border-color css
<style>
span { border-color: #C780D7; }
span { border-color: rgb(199,128,215); }
td.TdClassName
{
border-color: #C780D7;
}
.TagClassName
{
border-color: #C780D7;
}
</style>