Shades of Medium Orchid #C65FE3
Tints of Medium Orchid #C65FE3
RGB
CMYK
RGB Variations
Color information
#C65FE3 (or 0xC65FE3) is known color: Medium Orchid. HEX triplet: C6, 5F and E3. RGB value is (198,95,227). Sum of RGB (Red+Green+Blue) = 198+95+227=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #C65FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FE3 is #39A01C. Grayscale: #8C8C8C. Windows color (decimal): -3776541 or 14901190. OLE color: 14901190.
HSL color Cylindrical-coordinate representation of color #C65FE3: hue angle of 286.82º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65FE3 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 95 | 227 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.11 |
| HSL | 286.82º | 0.7% | 0.63% | - |
| HSV(B) | 286.82º | 0.58% | 0.89% | - |
| XYZ | 41.25 | 25.74 | 75.47 | - |
| YUV | 140.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 227 | 0.13 | 0.58 | 0 | 0.11 | 286.82 | 0.7 | 0.63 |
| Hex | C6 | 5F | E3 | D | 3A | 0 | B | 11F | 46 | 3F |
| Octal | 306 | 137 | 343 | 15 | 72 | 0 | 13 | 437 | 106 | 77 |
| Binary | 11000110 | 1011111 | 11100011 | 1101 | 111010 | 0 | 1011 | 100011111 | 1000110 | 111111 |
Color Harmonies of #C65FE3
Complementary color
Monochromatic Colors of #C65FE3
Black with #C65FE3
Text Example
Text Example
White with #C65FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FE3; }
p { color: rgb(198,95,227); }
H1.HeaderClassName
{
color: #C65FE3;
}
.AnyTagClassName
{
color: #C65FE3;
}
</style>
background-color css
<style>
a { background-color: #C65FE3; }
a { background-color: rgb(198,95,227); }
div.DivClassName
{
background-color: #C65FE3;
}
.BgClassName
{
background-color: #C65FE3;
}
</style>
border-color css
<style>
span { border-color: #C65FE3; }
span { border-color: rgb(198,95,227); }
td.TdClassName
{
border-color: #C65FE3;
}
.TagClassName
{
border-color: #C65FE3;
}
</style>