Shades of Medium Orchid #C65FEE
Tints of Medium Orchid #C65FEE
RGB
CMYK
RGB Variations
Color information
#C65FEE (or 0xC65FEE) is known color: Medium Orchid. HEX triplet: C6, 5F and EE. RGB value is (198,95,238). Sum of RGB (Red+Green+Blue) = 198+95+238=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #C65FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FEE is #39A011. Grayscale: #8D8D8D. Windows color (decimal): -3776530 or 15622086. OLE color: 15622086.
HSL color Cylindrical-coordinate representation of color #C65FEE: hue angle of 283.22º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65FEE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 95 | 238 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.07 |
| HSL | 283.22º | 0.81% | 0.65% | - |
| HSV(B) | 283.22º | 0.6% | 0.93% | - |
| XYZ | 42.81 | 26.36 | 83.72 | - |
| YUV | 142.1 | 182.12 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 238 | 0.17 | 0.60 | 0 | 0.07 | 283.22 | 0.81 | 0.65 |
| Hex | C6 | 5F | EE | 11 | 3C | 0 | 7 | 11B | 51 | 41 |
| Octal | 306 | 137 | 356 | 21 | 74 | 0 | 7 | 433 | 121 | 101 |
| Binary | 11000110 | 1011111 | 11101110 | 10001 | 111100 | 0 | 111 | 100011011 | 1010001 | 1000001 |
Color Harmonies of #C65FEE
Complementary color
Monochromatic Colors of #C65FEE
Black with #C65FEE
Text Example
Text Example
White with #C65FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FEE; }
p { color: rgb(198,95,238); }
H1.HeaderClassName
{
color: #C65FEE;
}
.AnyTagClassName
{
color: #C65FEE;
}
</style>
background-color css
<style>
a { background-color: #C65FEE; }
a { background-color: rgb(198,95,238); }
div.DivClassName
{
background-color: #C65FEE;
}
.BgClassName
{
background-color: #C65FEE;
}
</style>
border-color css
<style>
span { border-color: #C65FEE; }
span { border-color: rgb(198,95,238); }
td.TdClassName
{
border-color: #C65FEE;
}
.TagClassName
{
border-color: #C65FEE;
}
</style>