Shades of Medium Orchid #C067CE
Tints of Medium Orchid #C067CE
RGB
CMYK
RGB Variations
Color information
#C067CE (or 0xC067CE) is known color: Medium Orchid. HEX triplet: C0, 67 and CE. RGB value is (192,103,206). Sum of RGB (Red+Green+Blue) = 192+103+206=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C067CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067CE is #3F9831. Grayscale: #8D8D8D. Windows color (decimal): -4167730 or 13526976. OLE color: 13526976.
HSL color Cylindrical-coordinate representation of color #C067CE: hue angle of 291.84º degrees, saturation: 0.51, 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 #C067CE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 103 | 206 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.19 |
| HSL | 291.84º | 0.51% | 0.61% | - |
| HSV(B) | 291.84º | 0.5% | 0.81% | - |
| XYZ | 37.73 | 25.36 | 61.3 | - |
| YUV | 141.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 206 | 0.07 | 0.50 | 0 | 0.19 | 291.84 | 0.51 | 0.61 |
| Hex | C0 | 67 | CE | 7 | 32 | 0 | 13 | 124 | 33 | 3D |
| Octal | 300 | 147 | 316 | 7 | 62 | 0 | 23 | 444 | 63 | 75 |
| Binary | 11000000 | 1100111 | 11001110 | 111 | 110010 | 0 | 10011 | 100100100 | 110011 | 111101 |
Color Harmonies of #C067CE
Complementary color
Monochromatic Colors of #C067CE
Black with #C067CE
Text Example
Text Example
White with #C067CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067CE; }
p { color: rgb(192,103,206); }
H1.HeaderClassName
{
color: #C067CE;
}
.AnyTagClassName
{
color: #C067CE;
}
</style>
background-color css
<style>
a { background-color: #C067CE; }
a { background-color: rgb(192,103,206); }
div.DivClassName
{
background-color: #C067CE;
}
.BgClassName
{
background-color: #C067CE;
}
</style>
border-color css
<style>
span { border-color: #C067CE; }
span { border-color: rgb(192,103,206); }
td.TdClassName
{
border-color: #C067CE;
}
.TagClassName
{
border-color: #C067CE;
}
</style>