Shades of Orchid #C07BC5
Tints of Orchid #C07BC5
RGB
CMYK
RGB Variations
Color information
#C07BC5 (or 0xC07BC5) is known color: Orchid. HEX triplet: C0, 7B and C5. RGB value is (192,123,197). Sum of RGB (Red+Green+Blue) = 192+123+197=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #C07BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BC5 is #3F843A. Grayscale: #979797. Windows color (decimal): -4162619 or 12942272. OLE color: 12942272.
HSL color Cylindrical-coordinate representation of color #C07BC5: hue angle of 295.95º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07BC5 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 123 | 197 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.23 |
| HSL | 295.95º | 0.39% | 0.63% | - |
| HSV(B) | 295.95º | 0.38% | 0.77% | - |
| XYZ | 38.9 | 29.4 | 56.45 | - |
| YUV | 152.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 197 | 0.03 | 0.38 | 0 | 0.23 | 295.95 | 0.39 | 0.63 |
| Hex | C0 | 7B | C5 | 3 | 26 | 0 | 17 | 128 | 27 | 3F |
| Octal | 300 | 173 | 305 | 3 | 46 | 0 | 27 | 450 | 47 | 77 |
| Binary | 11000000 | 1111011 | 11000101 | 11 | 100110 | 0 | 10111 | 100101000 | 100111 | 111111 |
Color Harmonies of #C07BC5
Complementary color
Monochromatic Colors of #C07BC5
Black with #C07BC5
Text Example
Text Example
White with #C07BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BC5; }
p { color: rgb(192,123,197); }
H1.HeaderClassName
{
color: #C07BC5;
}
.AnyTagClassName
{
color: #C07BC5;
}
</style>
background-color css
<style>
a { background-color: #C07BC5; }
a { background-color: rgb(192,123,197); }
div.DivClassName
{
background-color: #C07BC5;
}
.BgClassName
{
background-color: #C07BC5;
}
</style>
border-color css
<style>
span { border-color: #C07BC5; }
span { border-color: rgb(192,123,197); }
td.TdClassName
{
border-color: #C07BC5;
}
.TagClassName
{
border-color: #C07BC5;
}
</style>