Shades of Medium Orchid #C06BCA
Tints of Medium Orchid #C06BCA
RGB
CMYK
RGB Variations
Color information
#C06BCA (or 0xC06BCA) is known color: Medium Orchid. HEX triplet: C0, 6B and CA. RGB value is (192,107,202). Sum of RGB (Red+Green+Blue) = 192+107+202=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #C06BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BCA is #3F9435. Grayscale: #8E8E8E. Windows color (decimal): -4166710 or 13265856. OLE color: 13265856.
HSL color Cylindrical-coordinate representation of color #C06BCA: hue angle of 293.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06BCA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 107 | 202 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.21 |
| HSL | 293.68º | 0.47% | 0.61% | - |
| HSV(B) | 293.68º | 0.47% | 0.79% | - |
| XYZ | 37.66 | 25.99 | 58.91 | - |
| YUV | 143.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 202 | 0.05 | 0.47 | 0 | 0.21 | 293.68 | 0.47 | 0.61 |
| Hex | C0 | 6B | CA | 5 | 2F | 0 | 15 | 126 | 2F | 3D |
| Octal | 300 | 153 | 312 | 5 | 57 | 0 | 25 | 446 | 57 | 75 |
| Binary | 11000000 | 1101011 | 11001010 | 101 | 101111 | 0 | 10101 | 100100110 | 101111 | 111101 |
Color Harmonies of #C06BCA
Complementary color
Monochromatic Colors of #C06BCA
Black with #C06BCA
Text Example
Text Example
White with #C06BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BCA; }
p { color: rgb(192,107,202); }
H1.HeaderClassName
{
color: #C06BCA;
}
.AnyTagClassName
{
color: #C06BCA;
}
</style>
background-color css
<style>
a { background-color: #C06BCA; }
a { background-color: rgb(192,107,202); }
div.DivClassName
{
background-color: #C06BCA;
}
.BgClassName
{
background-color: #C06BCA;
}
</style>
border-color css
<style>
span { border-color: #C06BCA; }
span { border-color: rgb(192,107,202); }
td.TdClassName
{
border-color: #C06BCA;
}
.TagClassName
{
border-color: #C06BCA;
}
</style>