Shades of Medium Orchid #C061CB
Tints of Medium Orchid #C061CB
RGB
CMYK
RGB Variations
Color information
#C061CB (or 0xC061CB) is known color: Medium Orchid. HEX triplet: C0, 61 and CB. RGB value is (192,97,203). Sum of RGB (Red+Green+Blue) = 192+97+203=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #C061CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061CB is #3F9E34. Grayscale: #898989. Windows color (decimal): -4169269 or 13328832. OLE color: 13328832.
HSL color Cylindrical-coordinate representation of color #C061CB: hue angle of 293.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C061CB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 97 | 203 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.20 |
| HSL | 293.77º | 0.5% | 0.59% | - |
| HSV(B) | 293.77º | 0.52% | 0.8% | - |
| XYZ | 36.79 | 24.07 | 59.21 | - |
| YUV | 137.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 203 | 0.05 | 0.52 | 0 | 0.20 | 293.77 | 0.5 | 0.59 |
| Hex | C0 | 61 | CB | 5 | 34 | 0 | 14 | 126 | 32 | 3B |
| Octal | 300 | 141 | 313 | 5 | 64 | 0 | 24 | 446 | 62 | 73 |
| Binary | 11000000 | 1100001 | 11001011 | 101 | 110100 | 0 | 10100 | 100100110 | 110010 | 111011 |
Color Harmonies of #C061CB
Complementary color
Monochromatic Colors of #C061CB
Black with #C061CB
Text Example
Text Example
White with #C061CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061CB; }
p { color: rgb(192,97,203); }
H1.HeaderClassName
{
color: #C061CB;
}
.AnyTagClassName
{
color: #C061CB;
}
</style>
background-color css
<style>
a { background-color: #C061CB; }
a { background-color: rgb(192,97,203); }
div.DivClassName
{
background-color: #C061CB;
}
.BgClassName
{
background-color: #C061CB;
}
</style>
border-color css
<style>
span { border-color: #C061CB; }
span { border-color: rgb(192,97,203); }
td.TdClassName
{
border-color: #C061CB;
}
.TagClassName
{
border-color: #C061CB;
}
</style>