Shades of Orchid #C078CA
Tints of Orchid #C078CA
RGB
CMYK
RGB Variations
Color information
#C078CA (or 0xC078CA) is known color: Orchid. HEX triplet: C0, 78 and CA. RGB value is (192,120,202). Sum of RGB (Red+Green+Blue) = 192+120+202=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C078CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078CA is #3F8735. Grayscale: #969696. Windows color (decimal): -4163382 or 13269184. OLE color: 13269184.
HSL color Cylindrical-coordinate representation of color #C078CA: hue angle of 292.68º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C078CA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 120 | 202 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.21 |
| HSL | 292.68º | 0.44% | 0.63% | - |
| HSV(B) | 292.68º | 0.41% | 0.79% | - |
| XYZ | 39.12 | 28.9 | 59.39 | - |
| YUV | 150.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 202 | 0.05 | 0.41 | 0 | 0.21 | 292.68 | 0.44 | 0.63 |
| Hex | C0 | 78 | CA | 5 | 29 | 0 | 15 | 125 | 2C | 3F |
| Octal | 300 | 170 | 312 | 5 | 51 | 0 | 25 | 445 | 54 | 77 |
| Binary | 11000000 | 1111000 | 11001010 | 101 | 101001 | 0 | 10101 | 100100101 | 101100 | 111111 |
Color Harmonies of #C078CA
Complementary color
Monochromatic Colors of #C078CA
Black with #C078CA
Text Example
Text Example
White with #C078CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078CA; }
p { color: rgb(192,120,202); }
H1.HeaderClassName
{
color: #C078CA;
}
.AnyTagClassName
{
color: #C078CA;
}
</style>
background-color css
<style>
a { background-color: #C078CA; }
a { background-color: rgb(192,120,202); }
div.DivClassName
{
background-color: #C078CA;
}
.BgClassName
{
background-color: #C078CA;
}
</style>
border-color css
<style>
span { border-color: #C078CA; }
span { border-color: rgb(192,120,202); }
td.TdClassName
{
border-color: #C078CA;
}
.TagClassName
{
border-color: #C078CA;
}
</style>