Shades of Orchid #C07BCC
Tints of Orchid #C07BCC
RGB
CMYK
RGB Variations
Color information
#C07BCC (or 0xC07BCC) is known color: Orchid. HEX triplet: C0, 7B and CC. RGB value is (192,123,204). Sum of RGB (Red+Green+Blue) = 192+123+204=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C07BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BCC is #3F8433. Grayscale: #989898. Windows color (decimal): -4162612 or 13401024. OLE color: 13401024.
HSL color Cylindrical-coordinate representation of color #C07BCC: hue angle of 291.11º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07BCC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 123 | 204 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.2 |
| HSL | 291.11º | 0.44% | 0.64% | - |
| HSV(B) | 291.11º | 0.4% | 0.8% | - |
| XYZ | 39.72 | 29.73 | 60.77 | - |
| YUV | 152.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 204 | 0.06 | 0.40 | 0 | 0.2 | 291.11 | 0.44 | 0.64 |
| Hex | C0 | 7B | CC | 6 | 28 | 0 | 14 | 123 | 2C | 40 |
| Octal | 300 | 173 | 314 | 6 | 50 | 0 | 24 | 443 | 54 | 100 |
| Binary | 11000000 | 1111011 | 11001100 | 110 | 101000 | 0 | 10100 | 100100011 | 101100 | 1000000 |
Color Harmonies of #C07BCC
Complementary color
Monochromatic Colors of #C07BCC
Black with #C07BCC
Text Example
Text Example
White with #C07BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BCC; }
p { color: rgb(192,123,204); }
H1.HeaderClassName
{
color: #C07BCC;
}
.AnyTagClassName
{
color: #C07BCC;
}
</style>
background-color css
<style>
a { background-color: #C07BCC; }
a { background-color: rgb(192,123,204); }
div.DivClassName
{
background-color: #C07BCC;
}
.BgClassName
{
background-color: #C07BCC;
}
</style>
border-color css
<style>
span { border-color: #C07BCC; }
span { border-color: rgb(192,123,204); }
td.TdClassName
{
border-color: #C07BCC;
}
.TagClassName
{
border-color: #C07BCC;
}
</style>