Shades of Orchid #C07BC9
Tints of Orchid #C07BC9
RGB
CMYK
RGB Variations
Color information
#C07BC9 (or 0xC07BC9) is known color: Orchid. HEX triplet: C0, 7B and C9. RGB value is (192,123,201). Sum of RGB (Red+Green+Blue) = 192+123+201=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #C07BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BC9 is #3F8436. Grayscale: #989898. Windows color (decimal): -4162615 or 13204416. OLE color: 13204416.
HSL color Cylindrical-coordinate representation of color #C07BC9: hue angle of 293.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07BC9 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 123 | 201 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.21 |
| HSL | 293.08º | 0.42% | 0.64% | - |
| HSV(B) | 293.08º | 0.39% | 0.79% | - |
| XYZ | 39.36 | 29.59 | 58.89 | - |
| YUV | 152.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 201 | 0.04 | 0.39 | 0 | 0.21 | 293.08 | 0.42 | 0.64 |
| Hex | C0 | 7B | C9 | 4 | 27 | 0 | 15 | 125 | 2A | 40 |
| Octal | 300 | 173 | 311 | 4 | 47 | 0 | 25 | 445 | 52 | 100 |
| Binary | 11000000 | 1111011 | 11001001 | 100 | 100111 | 0 | 10101 | 100100101 | 101010 | 1000000 |
Color Harmonies of #C07BC9
Complementary color
Monochromatic Colors of #C07BC9
Black with #C07BC9
Text Example
Text Example
White with #C07BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BC9; }
p { color: rgb(192,123,201); }
H1.HeaderClassName
{
color: #C07BC9;
}
.AnyTagClassName
{
color: #C07BC9;
}
</style>
background-color css
<style>
a { background-color: #C07BC9; }
a { background-color: rgb(192,123,201); }
div.DivClassName
{
background-color: #C07BC9;
}
.BgClassName
{
background-color: #C07BC9;
}
</style>
border-color css
<style>
span { border-color: #C07BC9; }
span { border-color: rgb(192,123,201); }
td.TdClassName
{
border-color: #C07BC9;
}
.TagClassName
{
border-color: #C07BC9;
}
</style>