Shades of Medium Orchid #C65ECF
Tints of Medium Orchid #C65ECF
RGB
CMYK
RGB Variations
Color information
#C65ECF (or 0xC65ECF) is known color: Medium Orchid. HEX triplet: C6, 5E and CF. RGB value is (198,94,207). Sum of RGB (Red+Green+Blue) = 198+94+207=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C65ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ECF is #39A130. Grayscale: #898989. Windows color (decimal): -3776817 or 13590214. OLE color: 13590214.
HSL color Cylindrical-coordinate representation of color #C65ECF: hue angle of 295.22º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65ECF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 94 | 207 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.19 |
| HSL | 295.22º | 0.54% | 0.59% | - |
| HSV(B) | 295.22º | 0.55% | 0.81% | - |
| XYZ | 38.55 | 24.52 | 61.73 | - |
| YUV | 137.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 207 | 0.04 | 0.55 | 0 | 0.19 | 295.22 | 0.54 | 0.59 |
| Hex | C6 | 5E | CF | 4 | 37 | 0 | 13 | 127 | 36 | 3B |
| Octal | 306 | 136 | 317 | 4 | 67 | 0 | 23 | 447 | 66 | 73 |
| Binary | 11000110 | 1011110 | 11001111 | 100 | 110111 | 0 | 10011 | 100100111 | 110110 | 111011 |
Color Harmonies of #C65ECF
Complementary color
Monochromatic Colors of #C65ECF
Black with #C65ECF
Text Example
Text Example
White with #C65ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ECF; }
p { color: rgb(198,94,207); }
H1.HeaderClassName
{
color: #C65ECF;
}
.AnyTagClassName
{
color: #C65ECF;
}
</style>
background-color css
<style>
a { background-color: #C65ECF; }
a { background-color: rgb(198,94,207); }
div.DivClassName
{
background-color: #C65ECF;
}
.BgClassName
{
background-color: #C65ECF;
}
</style>
border-color css
<style>
span { border-color: #C65ECF; }
span { border-color: rgb(198,94,207); }
td.TdClassName
{
border-color: #C65ECF;
}
.TagClassName
{
border-color: #C65ECF;
}
</style>