Shades of Orchid #C079CE
Tints of Orchid #C079CE
RGB
CMYK
RGB Variations
Color information
#C079CE (or 0xC079CE) is known color: Orchid. HEX triplet: C0, 79 and CE. RGB value is (192,121,206). Sum of RGB (Red+Green+Blue) = 192+121+206=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C079CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079CE is #3F8631. Grayscale: #979797. Windows color (decimal): -4163122 or 13531584. OLE color: 13531584.
HSL color Cylindrical-coordinate representation of color #C079CE: hue angle of 290.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C079CE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 121 | 206 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.19 |
| HSL | 290.12º | 0.46% | 0.64% | - |
| HSV(B) | 290.12º | 0.41% | 0.81% | - |
| XYZ | 39.72 | 29.34 | 61.96 | - |
| YUV | 151.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 206 | 0.07 | 0.41 | 0 | 0.19 | 290.12 | 0.46 | 0.64 |
| Hex | C0 | 79 | CE | 7 | 29 | 0 | 13 | 122 | 2E | 40 |
| Octal | 300 | 171 | 316 | 7 | 51 | 0 | 23 | 442 | 56 | 100 |
| Binary | 11000000 | 1111001 | 11001110 | 111 | 101001 | 0 | 10011 | 100100010 | 101110 | 1000000 |
Color Harmonies of #C079CE
Complementary color
Monochromatic Colors of #C079CE
Black with #C079CE
Text Example
Text Example
White with #C079CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079CE; }
p { color: rgb(192,121,206); }
H1.HeaderClassName
{
color: #C079CE;
}
.AnyTagClassName
{
color: #C079CE;
}
</style>
background-color css
<style>
a { background-color: #C079CE; }
a { background-color: rgb(192,121,206); }
div.DivClassName
{
background-color: #C079CE;
}
.BgClassName
{
background-color: #C079CE;
}
</style>
border-color css
<style>
span { border-color: #C079CE; }
span { border-color: rgb(192,121,206); }
td.TdClassName
{
border-color: #C079CE;
}
.TagClassName
{
border-color: #C079CE;
}
</style>