Shades of Medium Orchid #C06ACB
Tints of Medium Orchid #C06ACB
RGB
CMYK
RGB Variations
Color information
#C06ACB (or 0xC06ACB) is known color: Medium Orchid. HEX triplet: C0, 6A and CB. RGB value is (192,106,203). Sum of RGB (Red+Green+Blue) = 192+106+203=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #C06ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ACB is #3F9534. Grayscale: #8E8E8E. Windows color (decimal): -4166965 or 13331136. OLE color: 13331136.
HSL color Cylindrical-coordinate representation of color #C06ACB: hue angle of 293.2º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06ACB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 106 | 203 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.20 |
| HSL | 293.2º | 0.48% | 0.61% | - |
| HSV(B) | 293.2º | 0.48% | 0.8% | - |
| XYZ | 37.67 | 25.83 | 59.5 | - |
| YUV | 142.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 203 | 0.05 | 0.48 | 0 | 0.20 | 293.2 | 0.48 | 0.61 |
| Hex | C0 | 6A | CB | 5 | 30 | 0 | 14 | 125 | 30 | 3D |
| Octal | 300 | 152 | 313 | 5 | 60 | 0 | 24 | 445 | 60 | 75 |
| Binary | 11000000 | 1101010 | 11001011 | 101 | 110000 | 0 | 10100 | 100100101 | 110000 | 111101 |
Color Harmonies of #C06ACB
Complementary color
Monochromatic Colors of #C06ACB
Black with #C06ACB
Text Example
Text Example
White with #C06ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06ACB; }
p { color: rgb(192,106,203); }
H1.HeaderClassName
{
color: #C06ACB;
}
.AnyTagClassName
{
color: #C06ACB;
}
</style>
background-color css
<style>
a { background-color: #C06ACB; }
a { background-color: rgb(192,106,203); }
div.DivClassName
{
background-color: #C06ACB;
}
.BgClassName
{
background-color: #C06ACB;
}
</style>
border-color css
<style>
span { border-color: #C06ACB; }
span { border-color: rgb(192,106,203); }
td.TdClassName
{
border-color: #C06ACB;
}
.TagClassName
{
border-color: #C06ACB;
}
</style>