Shades of Medium Orchid #C667EC
Tints of Medium Orchid #C667EC
RGB
CMYK
RGB Variations
Color information
#C667EC (or 0xC667EC) is known color: Medium Orchid. HEX triplet: C6, 67 and EC. RGB value is (198,103,236). Sum of RGB (Red+Green+Blue) = 198+103+236=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #C667EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C667EC is #399813. Grayscale: #929292. Windows color (decimal): -3774484 or 15493062. OLE color: 15493062.
HSL color Cylindrical-coordinate representation of color #C667EC: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C667EC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 103 | 236 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.07 |
| HSL | 282.86º | 0.78% | 0.66% | - |
| HSV(B) | 282.86º | 0.56% | 0.93% | - |
| XYZ | 43.28 | 27.76 | 82.43 | - |
| YUV | 146.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 236 | 0.16 | 0.56 | 0 | 0.07 | 282.86 | 0.78 | 0.66 |
| Hex | C6 | 67 | EC | 10 | 38 | 0 | 7 | 11B | 4E | 42 |
| Octal | 306 | 147 | 354 | 20 | 70 | 0 | 7 | 433 | 116 | 102 |
| Binary | 11000110 | 1100111 | 11101100 | 10000 | 111000 | 0 | 111 | 100011011 | 1001110 | 1000010 |
Color Harmonies of #C667EC
Complementary color
Monochromatic Colors of #C667EC
Black with #C667EC
Text Example
Text Example
White with #C667EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667EC; }
p { color: rgb(198,103,236); }
H1.HeaderClassName
{
color: #C667EC;
}
.AnyTagClassName
{
color: #C667EC;
}
</style>
background-color css
<style>
a { background-color: #C667EC; }
a { background-color: rgb(198,103,236); }
div.DivClassName
{
background-color: #C667EC;
}
.BgClassName
{
background-color: #C667EC;
}
</style>
border-color css
<style>
span { border-color: #C667EC; }
span { border-color: rgb(198,103,236); }
td.TdClassName
{
border-color: #C667EC;
}
.TagClassName
{
border-color: #C667EC;
}
</style>