Shades of Medium Orchid #C068CF
Tints of Medium Orchid #C068CF
RGB
CMYK
RGB Variations
Color information
#C068CF (or 0xC068CF) is known color: Medium Orchid. HEX triplet: C0, 68 and CF. RGB value is (192,104,207). Sum of RGB (Red+Green+Blue) = 192+104+207=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #C068CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068CF is #3F9730. Grayscale: #8D8D8D. Windows color (decimal): -4167473 or 13592768. OLE color: 13592768.
HSL color Cylindrical-coordinate representation of color #C068CF: hue angle of 291.26º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C068CF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 104 | 207 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.19 |
| HSL | 291.26º | 0.52% | 0.61% | - |
| HSV(B) | 291.26º | 0.5% | 0.81% | - |
| XYZ | 37.95 | 25.61 | 61.97 | - |
| YUV | 142.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 207 | 0.07 | 0.50 | 0 | 0.19 | 291.26 | 0.52 | 0.61 |
| Hex | C0 | 68 | CF | 7 | 32 | 0 | 13 | 123 | 34 | 3D |
| Octal | 300 | 150 | 317 | 7 | 62 | 0 | 23 | 443 | 64 | 75 |
| Binary | 11000000 | 1101000 | 11001111 | 111 | 110010 | 0 | 10011 | 100100011 | 110100 | 111101 |
Color Harmonies of #C068CF
Complementary color
Monochromatic Colors of #C068CF
Black with #C068CF
Text Example
Text Example
White with #C068CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068CF; }
p { color: rgb(192,104,207); }
H1.HeaderClassName
{
color: #C068CF;
}
.AnyTagClassName
{
color: #C068CF;
}
</style>
background-color css
<style>
a { background-color: #C068CF; }
a { background-color: rgb(192,104,207); }
div.DivClassName
{
background-color: #C068CF;
}
.BgClassName
{
background-color: #C068CF;
}
</style>
border-color css
<style>
span { border-color: #C068CF; }
span { border-color: rgb(192,104,207); }
td.TdClassName
{
border-color: #C068CF;
}
.TagClassName
{
border-color: #C068CF;
}
</style>