Shades of Medium Orchid #C667E4
Tints of Medium Orchid #C667E4
RGB
CMYK
RGB Variations
Color information
#C667E4 (or 0xC667E4) is known color: Medium Orchid. HEX triplet: C6, 67 and E4. RGB value is (198,103,228). Sum of RGB (Red+Green+Blue) = 198+103+228=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #C667E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667E4 is #39981B. Grayscale: #919191. Windows color (decimal): -3774492 or 14968774. OLE color: 14968774.
HSL color Cylindrical-coordinate representation of color #C667E4: hue angle of 285.6º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C667E4 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 103 | 228 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.11 |
| HSL | 285.6º | 0.7% | 0.65% | - |
| HSV(B) | 285.6º | 0.55% | 0.89% | - |
| XYZ | 42.14 | 27.31 | 76.45 | - |
| YUV | 145.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 228 | 0.13 | 0.55 | 0 | 0.11 | 285.6 | 0.7 | 0.65 |
| Hex | C6 | 67 | E4 | D | 37 | 0 | B | 11E | 46 | 41 |
| Octal | 306 | 147 | 344 | 15 | 67 | 0 | 13 | 436 | 106 | 101 |
| Binary | 11000110 | 1100111 | 11100100 | 1101 | 110111 | 0 | 1011 | 100011110 | 1000110 | 1000001 |
Color Harmonies of #C667E4
Complementary color
Monochromatic Colors of #C667E4
Black with #C667E4
Text Example
Text Example
White with #C667E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667E4; }
p { color: rgb(198,103,228); }
H1.HeaderClassName
{
color: #C667E4;
}
.AnyTagClassName
{
color: #C667E4;
}
</style>
background-color css
<style>
a { background-color: #C667E4; }
a { background-color: rgb(198,103,228); }
div.DivClassName
{
background-color: #C667E4;
}
.BgClassName
{
background-color: #C667E4;
}
</style>
border-color css
<style>
span { border-color: #C667E4; }
span { border-color: rgb(198,103,228); }
td.TdClassName
{
border-color: #C667E4;
}
.TagClassName
{
border-color: #C667E4;
}
</style>