Shades of Medium Orchid #C65DEE
Tints of Medium Orchid #C65DEE
RGB
CMYK
RGB Variations
Color information
#C65DEE (or 0xC65DEE) is known color: Medium Orchid. HEX triplet: C6, 5D and EE. RGB value is (198,93,238). Sum of RGB (Red+Green+Blue) = 198+93+238=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #C65DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DEE is #39A211. Grayscale: #8C8C8C. Windows color (decimal): -3777042 or 15621574. OLE color: 15621574.
HSL color Cylindrical-coordinate representation of color #C65DEE: hue angle of 283.45º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65DEE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 93 | 238 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.07 |
| HSL | 283.45º | 0.81% | 0.65% | - |
| HSV(B) | 283.45º | 0.61% | 0.93% | - |
| XYZ | 42.64 | 26.01 | 83.66 | - |
| YUV | 140.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 238 | 0.17 | 0.61 | 0 | 0.07 | 283.45 | 0.81 | 0.65 |
| Hex | C6 | 5D | EE | 11 | 3D | 0 | 7 | 11B | 51 | 41 |
| Octal | 306 | 135 | 356 | 21 | 75 | 0 | 7 | 433 | 121 | 101 |
| Binary | 11000110 | 1011101 | 11101110 | 10001 | 111101 | 0 | 111 | 100011011 | 1010001 | 1000001 |
Color Harmonies of #C65DEE
Complementary color
Monochromatic Colors of #C65DEE
Black with #C65DEE
Text Example
Text Example
White with #C65DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DEE; }
p { color: rgb(198,93,238); }
H1.HeaderClassName
{
color: #C65DEE;
}
.AnyTagClassName
{
color: #C65DEE;
}
</style>
background-color css
<style>
a { background-color: #C65DEE; }
a { background-color: rgb(198,93,238); }
div.DivClassName
{
background-color: #C65DEE;
}
.BgClassName
{
background-color: #C65DEE;
}
</style>
border-color css
<style>
span { border-color: #C65DEE; }
span { border-color: rgb(198,93,238); }
td.TdClassName
{
border-color: #C65DEE;
}
.TagClassName
{
border-color: #C65DEE;
}
</style>