Shades of Medium Orchid #C65ED8
Tints of Medium Orchid #C65ED8
RGB
CMYK
RGB Variations
Color information
#C65ED8 (or 0xC65ED8) is known color: Medium Orchid. HEX triplet: C6, 5E and D8. RGB value is (198,94,216). Sum of RGB (Red+Green+Blue) = 198+94+216=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #C65ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ED8 is #39A127. Grayscale: #8A8A8A. Windows color (decimal): -3776808 or 14180038. OLE color: 14180038.
HSL color Cylindrical-coordinate representation of color #C65ED8: hue angle of 291.15º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65ED8 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 94 | 216 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.15 |
| HSL | 291.15º | 0.61% | 0.61% | - |
| HSV(B) | 291.15º | 0.56% | 0.85% | - |
| XYZ | 39.69 | 24.97 | 67.69 | - |
| YUV | 139 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 216 | 0.08 | 0.56 | 0 | 0.15 | 291.15 | 0.61 | 0.61 |
| Hex | C6 | 5E | D8 | 8 | 38 | 0 | F | 123 | 3D | 3D |
| Octal | 306 | 136 | 330 | 10 | 70 | 0 | 17 | 443 | 75 | 75 |
| Binary | 11000110 | 1011110 | 11011000 | 1000 | 111000 | 0 | 1111 | 100100011 | 111101 | 111101 |
Color Harmonies of #C65ED8
Complementary color
Monochromatic Colors of #C65ED8
Black with #C65ED8
Text Example
Text Example
White with #C65ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ED8; }
p { color: rgb(198,94,216); }
H1.HeaderClassName
{
color: #C65ED8;
}
.AnyTagClassName
{
color: #C65ED8;
}
</style>
background-color css
<style>
a { background-color: #C65ED8; }
a { background-color: rgb(198,94,216); }
div.DivClassName
{
background-color: #C65ED8;
}
.BgClassName
{
background-color: #C65ED8;
}
</style>
border-color css
<style>
span { border-color: #C65ED8; }
span { border-color: rgb(198,94,216); }
td.TdClassName
{
border-color: #C65ED8;
}
.TagClassName
{
border-color: #C65ED8;
}
</style>