Shades of Medium Orchid #C65CEE
Tints of Medium Orchid #C65CEE
RGB
CMYK
RGB Variations
Color information
#C65CEE (or 0xC65CEE) is known color: Medium Orchid. HEX triplet: C6, 5C and EE. RGB value is (198,92,238). Sum of RGB (Red+Green+Blue) = 198+92+238=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C65CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CEE is #39A311. Grayscale: #8B8B8B. Windows color (decimal): -3777298 or 15621318. OLE color: 15621318.
HSL color Cylindrical-coordinate representation of color #C65CEE: hue angle of 283.56º 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 #C65CEE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 92 | 238 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.07 |
| HSL | 283.56º | 0.81% | 0.65% | - |
| HSV(B) | 283.56º | 0.61% | 0.93% | - |
| XYZ | 42.55 | 25.83 | 83.63 | - |
| YUV | 140.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 238 | 0.17 | 0.61 | 0 | 0.07 | 283.56 | 0.81 | 0.65 |
| Hex | C6 | 5C | EE | 11 | 3D | 0 | 7 | 11C | 51 | 41 |
| Octal | 306 | 134 | 356 | 21 | 75 | 0 | 7 | 434 | 121 | 101 |
| Binary | 11000110 | 1011100 | 11101110 | 10001 | 111101 | 0 | 111 | 100011100 | 1010001 | 1000001 |
Color Harmonies of #C65CEE
Complementary color
Monochromatic Colors of #C65CEE
Black with #C65CEE
Text Example
Text Example
White with #C65CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CEE; }
p { color: rgb(198,92,238); }
H1.HeaderClassName
{
color: #C65CEE;
}
.AnyTagClassName
{
color: #C65CEE;
}
</style>
background-color css
<style>
a { background-color: #C65CEE; }
a { background-color: rgb(198,92,238); }
div.DivClassName
{
background-color: #C65CEE;
}
.BgClassName
{
background-color: #C65CEE;
}
</style>
border-color css
<style>
span { border-color: #C65CEE; }
span { border-color: rgb(198,92,238); }
td.TdClassName
{
border-color: #C65CEE;
}
.TagClassName
{
border-color: #C65CEE;
}
</style>