Shades of Orchid #C07BCD
Tints of Orchid #C07BCD
RGB
CMYK
RGB Variations
Color information
#C07BCD (or 0xC07BCD) is known color: Orchid. HEX triplet: C0, 7B and CD. RGB value is (192,123,205). Sum of RGB (Red+Green+Blue) = 192+123+205=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #C07BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BCD is #3F8432. Grayscale: #989898. Windows color (decimal): -4162611 or 13466560. OLE color: 13466560.
HSL color Cylindrical-coordinate representation of color #C07BCD: hue angle of 290.49º degrees, saturation: 0.45, 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 #C07BCD is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 123 | 205 | - |
| CMYK | 0.06 | 0.4 | 0 | 0.20 |
| HSL | 290.49º | 0.45% | 0.64% | - |
| HSV(B) | 290.49º | 0.4% | 0.8% | - |
| XYZ | 39.84 | 29.78 | 61.41 | - |
| YUV | 152.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 205 | 0.06 | 0.4 | 0 | 0.20 | 290.49 | 0.45 | 0.64 |
| Hex | C0 | 7B | CD | 6 | 28 | 0 | 14 | 122 | 2D | 40 |
| Octal | 300 | 173 | 315 | 6 | 50 | 0 | 24 | 442 | 55 | 100 |
| Binary | 11000000 | 1111011 | 11001101 | 110 | 101000 | 0 | 10100 | 100100010 | 101101 | 1000000 |
Color Harmonies of #C07BCD
Complementary color
Monochromatic Colors of #C07BCD
Black with #C07BCD
Text Example
Text Example
White with #C07BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BCD; }
p { color: rgb(192,123,205); }
H1.HeaderClassName
{
color: #C07BCD;
}
.AnyTagClassName
{
color: #C07BCD;
}
</style>
background-color css
<style>
a { background-color: #C07BCD; }
a { background-color: rgb(192,123,205); }
div.DivClassName
{
background-color: #C07BCD;
}
.BgClassName
{
background-color: #C07BCD;
}
</style>
border-color css
<style>
span { border-color: #C07BCD; }
span { border-color: rgb(192,123,205); }
td.TdClassName
{
border-color: #C07BCD;
}
.TagClassName
{
border-color: #C07BCD;
}
</style>