Shades of Orchid #C07BC6
Tints of Orchid #C07BC6
RGB
CMYK
RGB Variations
Color information
#C07BC6 (or 0xC07BC6) is known color: Orchid. HEX triplet: C0, 7B and C6. RGB value is (192,123,198). Sum of RGB (Red+Green+Blue) = 192+123+198=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #C07BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BC6 is #3F8439. Grayscale: #979797. Windows color (decimal): -4162618 or 13007808. OLE color: 13007808.
HSL color Cylindrical-coordinate representation of color #C07BC6: hue angle of 295.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07BC6 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 123 | 198 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.22 |
| HSL | 295.2º | 0.4% | 0.63% | - |
| HSV(B) | 295.2º | 0.38% | 0.78% | - |
| XYZ | 39.01 | 29.45 | 57.05 | - |
| YUV | 152.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 198 | 0.03 | 0.38 | 0 | 0.22 | 295.2 | 0.4 | 0.63 |
| Hex | C0 | 7B | C6 | 3 | 26 | 0 | 16 | 127 | 28 | 3F |
| Octal | 300 | 173 | 306 | 3 | 46 | 0 | 26 | 447 | 50 | 77 |
| Binary | 11000000 | 1111011 | 11000110 | 11 | 100110 | 0 | 10110 | 100100111 | 101000 | 111111 |
Color Harmonies of #C07BC6
Complementary color
Monochromatic Colors of #C07BC6
Black with #C07BC6
Text Example
Text Example
White with #C07BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BC6; }
p { color: rgb(192,123,198); }
H1.HeaderClassName
{
color: #C07BC6;
}
.AnyTagClassName
{
color: #C07BC6;
}
</style>
background-color css
<style>
a { background-color: #C07BC6; }
a { background-color: rgb(192,123,198); }
div.DivClassName
{
background-color: #C07BC6;
}
.BgClassName
{
background-color: #C07BC6;
}
</style>
border-color css
<style>
span { border-color: #C07BC6; }
span { border-color: rgb(192,123,198); }
td.TdClassName
{
border-color: #C07BC6;
}
.TagClassName
{
border-color: #C07BC6;
}
</style>