Shades of Orchid #C079C5
Tints of Orchid #C079C5
RGB
CMYK
RGB Variations
Color information
#C079C5 (or 0xC079C5) is known color: Orchid. HEX triplet: C0, 79 and C5. RGB value is (192,121,197). Sum of RGB (Red+Green+Blue) = 192+121+197=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #C079C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079C5 is #3F863A. Grayscale: #969696. Windows color (decimal): -4163131 or 12941760. OLE color: 12941760.
HSL color Cylindrical-coordinate representation of color #C079C5: hue angle of 296.05º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C079C5 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 121 | 197 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.23 |
| HSL | 296.05º | 0.4% | 0.62% | - |
| HSV(B) | 296.05º | 0.39% | 0.77% | - |
| XYZ | 38.65 | 28.91 | 56.37 | - |
| YUV | 150.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 197 | 0.03 | 0.39 | 0 | 0.23 | 296.05 | 0.4 | 0.62 |
| Hex | C0 | 79 | C5 | 3 | 27 | 0 | 17 | 128 | 28 | 3E |
| Octal | 300 | 171 | 305 | 3 | 47 | 0 | 27 | 450 | 50 | 76 |
| Binary | 11000000 | 1111001 | 11000101 | 11 | 100111 | 0 | 10111 | 100101000 | 101000 | 111110 |
Color Harmonies of #C079C5
Complementary color
Monochromatic Colors of #C079C5
Black with #C079C5
Text Example
Text Example
White with #C079C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079C5; }
p { color: rgb(192,121,197); }
H1.HeaderClassName
{
color: #C079C5;
}
.AnyTagClassName
{
color: #C079C5;
}
</style>
background-color css
<style>
a { background-color: #C079C5; }
a { background-color: rgb(192,121,197); }
div.DivClassName
{
background-color: #C079C5;
}
.BgClassName
{
background-color: #C079C5;
}
</style>
border-color css
<style>
span { border-color: #C079C5; }
span { border-color: rgb(192,121,197); }
td.TdClassName
{
border-color: #C079C5;
}
.TagClassName
{
border-color: #C079C5;
}
</style>