Shades of Orchid #C079CB
Tints of Orchid #C079CB
RGB
CMYK
RGB Variations
Color information
#C079CB (or 0xC079CB) is known color: Orchid. HEX triplet: C0, 79 and CB. RGB value is (192,121,203). Sum of RGB (Red+Green+Blue) = 192+121+203=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #C079CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079CB is #3F8634. Grayscale: #979797. Windows color (decimal): -4163125 or 13334976. OLE color: 13334976.
HSL color Cylindrical-coordinate representation of color #C079CB: hue angle of 291.95º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C079CB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 121 | 203 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.20 |
| HSL | 291.95º | 0.44% | 0.64% | - |
| HSV(B) | 291.95º | 0.4% | 0.8% | - |
| XYZ | 39.36 | 29.19 | 60.06 | - |
| YUV | 151.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 203 | 0.05 | 0.40 | 0 | 0.20 | 291.95 | 0.44 | 0.64 |
| Hex | C0 | 79 | CB | 5 | 28 | 0 | 14 | 124 | 2C | 40 |
| Octal | 300 | 171 | 313 | 5 | 50 | 0 | 24 | 444 | 54 | 100 |
| Binary | 11000000 | 1111001 | 11001011 | 101 | 101000 | 0 | 10100 | 100100100 | 101100 | 1000000 |
Color Harmonies of #C079CB
Complementary color
Monochromatic Colors of #C079CB
Black with #C079CB
Text Example
Text Example
White with #C079CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079CB; }
p { color: rgb(192,121,203); }
H1.HeaderClassName
{
color: #C079CB;
}
.AnyTagClassName
{
color: #C079CB;
}
</style>
background-color css
<style>
a { background-color: #C079CB; }
a { background-color: rgb(192,121,203); }
div.DivClassName
{
background-color: #C079CB;
}
.BgClassName
{
background-color: #C079CB;
}
</style>
border-color css
<style>
span { border-color: #C079CB; }
span { border-color: rgb(192,121,203); }
td.TdClassName
{
border-color: #C079CB;
}
.TagClassName
{
border-color: #C079CB;
}
</style>