Shades of Orchid #C078CC
Tints of Orchid #C078CC
RGB
CMYK
RGB Variations
Color information
#C078CC (or 0xC078CC) is known color: Orchid. HEX triplet: C0, 78 and CC. RGB value is (192,120,204). Sum of RGB (Red+Green+Blue) = 192+120+204=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #C078CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078CC is #3F8733. Grayscale: #969696. Windows color (decimal): -4163380 or 13400256. OLE color: 13400256.
HSL color Cylindrical-coordinate representation of color #C078CC: hue angle of 291.43º 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 #C078CC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 120 | 204 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.2 |
| HSL | 291.43º | 0.45% | 0.64% | - |
| HSV(B) | 291.43º | 0.41% | 0.8% | - |
| XYZ | 39.35 | 29 | 60.65 | - |
| YUV | 151.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 204 | 0.06 | 0.41 | 0 | 0.2 | 291.43 | 0.45 | 0.64 |
| Hex | C0 | 78 | CC | 6 | 29 | 0 | 14 | 123 | 2D | 40 |
| Octal | 300 | 170 | 314 | 6 | 51 | 0 | 24 | 443 | 55 | 100 |
| Binary | 11000000 | 1111000 | 11001100 | 110 | 101001 | 0 | 10100 | 100100011 | 101101 | 1000000 |
Color Harmonies of #C078CC
Complementary color
Monochromatic Colors of #C078CC
Black with #C078CC
Text Example
Text Example
White with #C078CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078CC; }
p { color: rgb(192,120,204); }
H1.HeaderClassName
{
color: #C078CC;
}
.AnyTagClassName
{
color: #C078CC;
}
</style>
background-color css
<style>
a { background-color: #C078CC; }
a { background-color: rgb(192,120,204); }
div.DivClassName
{
background-color: #C078CC;
}
.BgClassName
{
background-color: #C078CC;
}
</style>
border-color css
<style>
span { border-color: #C078CC; }
span { border-color: rgb(192,120,204); }
td.TdClassName
{
border-color: #C078CC;
}
.TagClassName
{
border-color: #C078CC;
}
</style>