Shades of Medium Orchid #C06CCB
Tints of Medium Orchid #C06CCB
RGB
CMYK
RGB Variations
Color information
#C06CCB (or 0xC06CCB) is known color: Medium Orchid. HEX triplet: C0, 6C and CB. RGB value is (192,108,203). Sum of RGB (Red+Green+Blue) = 192+108+203=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C06CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CCB is #3F9334. Grayscale: #8F8F8F. Windows color (decimal): -4166453 or 13331648. OLE color: 13331648.
HSL color Cylindrical-coordinate representation of color #C06CCB: hue angle of 293.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06CCB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 108 | 203 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.20 |
| HSL | 293.05º | 0.48% | 0.61% | - |
| HSV(B) | 293.05º | 0.47% | 0.8% | - |
| XYZ | 37.88 | 26.24 | 59.57 | - |
| YUV | 143.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 203 | 0.05 | 0.47 | 0 | 0.20 | 293.05 | 0.48 | 0.61 |
| Hex | C0 | 6C | CB | 5 | 2F | 0 | 14 | 125 | 30 | 3D |
| Octal | 300 | 154 | 313 | 5 | 57 | 0 | 24 | 445 | 60 | 75 |
| Binary | 11000000 | 1101100 | 11001011 | 101 | 101111 | 0 | 10100 | 100100101 | 110000 | 111101 |
Color Harmonies of #C06CCB
Complementary color
Monochromatic Colors of #C06CCB
Black with #C06CCB
Text Example
Text Example
White with #C06CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CCB; }
p { color: rgb(192,108,203); }
H1.HeaderClassName
{
color: #C06CCB;
}
.AnyTagClassName
{
color: #C06CCB;
}
</style>
background-color css
<style>
a { background-color: #C06CCB; }
a { background-color: rgb(192,108,203); }
div.DivClassName
{
background-color: #C06CCB;
}
.BgClassName
{
background-color: #C06CCB;
}
</style>
border-color css
<style>
span { border-color: #C06CCB; }
span { border-color: rgb(192,108,203); }
td.TdClassName
{
border-color: #C06CCB;
}
.TagClassName
{
border-color: #C06CCB;
}
</style>