Shades of Medium Orchid #C067CF
Tints of Medium Orchid #C067CF
RGB
CMYK
RGB Variations
Color information
#C067CF (or 0xC067CF) is known color: Medium Orchid. HEX triplet: C0, 67 and CF. RGB value is (192,103,207). Sum of RGB (Red+Green+Blue) = 192+103+207=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C067CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067CF is #3F9830. Grayscale: #8D8D8D. Windows color (decimal): -4167729 or 13592512. OLE color: 13592512.
HSL color Cylindrical-coordinate representation of color #C067CF: hue angle of 291.35º 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 #C067CF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 103 | 207 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.19 |
| HSL | 291.35º | 0.52% | 0.61% | - |
| HSV(B) | 291.35º | 0.5% | 0.81% | - |
| XYZ | 37.85 | 25.41 | 61.94 | - |
| YUV | 141.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 207 | 0.07 | 0.50 | 0 | 0.19 | 291.35 | 0.52 | 0.61 |
| Hex | C0 | 67 | CF | 7 | 32 | 0 | 13 | 123 | 34 | 3D |
| Octal | 300 | 147 | 317 | 7 | 62 | 0 | 23 | 443 | 64 | 75 |
| Binary | 11000000 | 1100111 | 11001111 | 111 | 110010 | 0 | 10011 | 100100011 | 110100 | 111101 |
Color Harmonies of #C067CF
Complementary color
Monochromatic Colors of #C067CF
Black with #C067CF
Text Example
Text Example
White with #C067CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067CF; }
p { color: rgb(192,103,207); }
H1.HeaderClassName
{
color: #C067CF;
}
.AnyTagClassName
{
color: #C067CF;
}
</style>
background-color css
<style>
a { background-color: #C067CF; }
a { background-color: rgb(192,103,207); }
div.DivClassName
{
background-color: #C067CF;
}
.BgClassName
{
background-color: #C067CF;
}
</style>
border-color css
<style>
span { border-color: #C067CF; }
span { border-color: rgb(192,103,207); }
td.TdClassName
{
border-color: #C067CF;
}
.TagClassName
{
border-color: #C067CF;
}
</style>