Shades of Orchid #C07BC1
Tints of Orchid #C07BC1
RGB
CMYK
RGB Variations
Color information
#C07BC1 (or 0xC07BC1) is known color: Orchid. HEX triplet: C0, 7B and C1. RGB value is (192,123,193). Sum of RGB (Red+Green+Blue) = 192+123+193=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #C07BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BC1 is #3F843E. Grayscale: #979797. Windows color (decimal): -4162623 or 12680128. OLE color: 12680128.
HSL color Cylindrical-coordinate representation of color #C07BC1: hue angle of 299.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07BC1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 123 | 193 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.24 |
| HSL | 299.14º | 0.36% | 0.62% | - |
| HSV(B) | 299.14º | 0.36% | 0.76% | - |
| XYZ | 38.45 | 29.22 | 54.07 | - |
| YUV | 151.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 193 | 0.01 | 0.36 | 0 | 0.24 | 299.14 | 0.36 | 0.62 |
| Hex | C0 | 7B | C1 | 1 | 24 | 0 | 18 | 12B | 24 | 3E |
| Octal | 300 | 173 | 301 | 1 | 44 | 0 | 30 | 453 | 44 | 76 |
| Binary | 11000000 | 1111011 | 11000001 | 1 | 100100 | 0 | 11000 | 100101011 | 100100 | 111110 |
Color Harmonies of #C07BC1
Complementary color
Monochromatic Colors of #C07BC1
Black with #C07BC1
Text Example
Text Example
White with #C07BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BC1; }
p { color: rgb(192,123,193); }
H1.HeaderClassName
{
color: #C07BC1;
}
.AnyTagClassName
{
color: #C07BC1;
}
</style>
background-color css
<style>
a { background-color: #C07BC1; }
a { background-color: rgb(192,123,193); }
div.DivClassName
{
background-color: #C07BC1;
}
.BgClassName
{
background-color: #C07BC1;
}
</style>
border-color css
<style>
span { border-color: #C07BC1; }
span { border-color: rgb(192,123,193); }
td.TdClassName
{
border-color: #C07BC1;
}
.TagClassName
{
border-color: #C07BC1;
}
</style>