Shades of Orchid #C079C8
Tints of Orchid #C079C8
RGB
CMYK
RGB Variations
Color information
#C079C8 (or 0xC079C8) is known color: Orchid. HEX triplet: C0, 79 and C8. RGB value is (192,121,200). Sum of RGB (Red+Green+Blue) = 192+121+200=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #C079C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079C8 is #3F8637. Grayscale: #969696. Windows color (decimal): -4163128 or 13138368. OLE color: 13138368.
HSL color Cylindrical-coordinate representation of color #C079C8: hue angle of 293.92º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C079C8 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 121 | 200 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.22 |
| HSL | 293.92º | 0.42% | 0.63% | - |
| HSV(B) | 293.92º | 0.4% | 0.78% | - |
| XYZ | 39 | 29.05 | 58.2 | - |
| YUV | 151.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 200 | 0.04 | 0.39 | 0 | 0.22 | 293.92 | 0.42 | 0.63 |
| Hex | C0 | 79 | C8 | 4 | 27 | 0 | 16 | 126 | 2A | 3F |
| Octal | 300 | 171 | 310 | 4 | 47 | 0 | 26 | 446 | 52 | 77 |
| Binary | 11000000 | 1111001 | 11001000 | 100 | 100111 | 0 | 10110 | 100100110 | 101010 | 111111 |
Color Harmonies of #C079C8
Complementary color
Monochromatic Colors of #C079C8
Black with #C079C8
Text Example
Text Example
White with #C079C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079C8; }
p { color: rgb(192,121,200); }
H1.HeaderClassName
{
color: #C079C8;
}
.AnyTagClassName
{
color: #C079C8;
}
</style>
background-color css
<style>
a { background-color: #C079C8; }
a { background-color: rgb(192,121,200); }
div.DivClassName
{
background-color: #C079C8;
}
.BgClassName
{
background-color: #C079C8;
}
</style>
border-color css
<style>
span { border-color: #C079C8; }
span { border-color: rgb(192,121,200); }
td.TdClassName
{
border-color: #C079C8;
}
.TagClassName
{
border-color: #C079C8;
}
</style>