Shades of Orchid #C079CA
Tints of Orchid #C079CA
RGB
CMYK
RGB Variations
Color information
#C079CA (or 0xC079CA) is known color: Orchid. HEX triplet: C0, 79 and CA. RGB value is (192,121,202). Sum of RGB (Red+Green+Blue) = 192+121+202=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #C079CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079CA is #3F8635. Grayscale: #979797. Windows color (decimal): -4163126 or 13269440. OLE color: 13269440.
HSL color Cylindrical-coordinate representation of color #C079CA: hue angle of 292.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C079CA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 121 | 202 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.21 |
| HSL | 292.59º | 0.43% | 0.63% | - |
| HSV(B) | 292.59º | 0.4% | 0.79% | - |
| XYZ | 39.24 | 29.15 | 59.43 | - |
| YUV | 151.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 202 | 0.05 | 0.40 | 0 | 0.21 | 292.59 | 0.43 | 0.63 |
| Hex | C0 | 79 | CA | 5 | 28 | 0 | 15 | 125 | 2B | 3F |
| Octal | 300 | 171 | 312 | 5 | 50 | 0 | 25 | 445 | 53 | 77 |
| Binary | 11000000 | 1111001 | 11001010 | 101 | 101000 | 0 | 10101 | 100100101 | 101011 | 111111 |
Color Harmonies of #C079CA
Complementary color
Monochromatic Colors of #C079CA
Black with #C079CA
Text Example
Text Example
White with #C079CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079CA; }
p { color: rgb(192,121,202); }
H1.HeaderClassName
{
color: #C079CA;
}
.AnyTagClassName
{
color: #C079CA;
}
</style>
background-color css
<style>
a { background-color: #C079CA; }
a { background-color: rgb(192,121,202); }
div.DivClassName
{
background-color: #C079CA;
}
.BgClassName
{
background-color: #C079CA;
}
</style>
border-color css
<style>
span { border-color: #C079CA; }
span { border-color: rgb(192,121,202); }
td.TdClassName
{
border-color: #C079CA;
}
.TagClassName
{
border-color: #C079CA;
}
</style>