Shades of Orchid #C077C2
Tints of Orchid #C077C2
RGB
CMYK
RGB Variations
Color information
#C077C2 (or 0xC077C2) is known color: Orchid. HEX triplet: C0, 77 and C2. RGB value is (192,119,194). Sum of RGB (Red+Green+Blue) = 192+119+194=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #C077C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077C2 is #3F883D. Grayscale: #959595. Windows color (decimal): -4163646 or 12744640. OLE color: 12744640.
HSL color Cylindrical-coordinate representation of color #C077C2: hue angle of 298.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C077C2 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 119 | 194 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.24 |
| HSL | 298.4º | 0.38% | 0.61% | - |
| HSV(B) | 298.4º | 0.39% | 0.76% | - |
| XYZ | 38.07 | 28.3 | 54.49 | - |
| YUV | 149.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 194 | 0.01 | 0.39 | 0 | 0.24 | 298.4 | 0.38 | 0.61 |
| Hex | C0 | 77 | C2 | 1 | 27 | 0 | 18 | 12A | 26 | 3D |
| Octal | 300 | 167 | 302 | 1 | 47 | 0 | 30 | 452 | 46 | 75 |
| Binary | 11000000 | 1110111 | 11000010 | 1 | 100111 | 0 | 11000 | 100101010 | 100110 | 111101 |
Color Harmonies of #C077C2
Complementary color
Monochromatic Colors of #C077C2
Black with #C077C2
Text Example
Text Example
White with #C077C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077C2; }
p { color: rgb(192,119,194); }
H1.HeaderClassName
{
color: #C077C2;
}
.AnyTagClassName
{
color: #C077C2;
}
</style>
background-color css
<style>
a { background-color: #C077C2; }
a { background-color: rgb(192,119,194); }
div.DivClassName
{
background-color: #C077C2;
}
.BgClassName
{
background-color: #C077C2;
}
</style>
border-color css
<style>
span { border-color: #C077C2; }
span { border-color: rgb(192,119,194); }
td.TdClassName
{
border-color: #C077C2;
}
.TagClassName
{
border-color: #C077C2;
}
</style>