Shades of Orchid #C079CC
Tints of Orchid #C079CC
RGB
CMYK
RGB Variations
Color information
#C079CC (or 0xC079CC) is known color: Orchid. HEX triplet: C0, 79 and CC. RGB value is (192,121,204). Sum of RGB (Red+Green+Blue) = 192+121+204=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #C079CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079CC is #3F8633. Grayscale: #979797. Windows color (decimal): -4163124 or 13400512. OLE color: 13400512.
HSL color Cylindrical-coordinate representation of color #C079CC: hue angle of 291.33º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C079CC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 121 | 204 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.2 |
| HSL | 291.33º | 0.45% | 0.64% | - |
| HSV(B) | 291.33º | 0.41% | 0.8% | - |
| XYZ | 39.47 | 29.24 | 60.69 | - |
| YUV | 151.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 204 | 0.06 | 0.41 | 0 | 0.2 | 291.33 | 0.45 | 0.64 |
| Hex | C0 | 79 | CC | 6 | 29 | 0 | 14 | 123 | 2D | 40 |
| Octal | 300 | 171 | 314 | 6 | 51 | 0 | 24 | 443 | 55 | 100 |
| Binary | 11000000 | 1111001 | 11001100 | 110 | 101001 | 0 | 10100 | 100100011 | 101101 | 1000000 |
Color Harmonies of #C079CC
Complementary color
Monochromatic Colors of #C079CC
Black with #C079CC
Text Example
Text Example
White with #C079CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079CC; }
p { color: rgb(192,121,204); }
H1.HeaderClassName
{
color: #C079CC;
}
.AnyTagClassName
{
color: #C079CC;
}
</style>
background-color css
<style>
a { background-color: #C079CC; }
a { background-color: rgb(192,121,204); }
div.DivClassName
{
background-color: #C079CC;
}
.BgClassName
{
background-color: #C079CC;
}
</style>
border-color css
<style>
span { border-color: #C079CC; }
span { border-color: rgb(192,121,204); }
td.TdClassName
{
border-color: #C079CC;
}
.TagClassName
{
border-color: #C079CC;
}
</style>