Shades of Medium Orchid #C65DEB
Tints of Medium Orchid #C65DEB
RGB
CMYK
RGB Variations
Color information
#C65DEB (or 0xC65DEB) is known color: Medium Orchid. HEX triplet: C6, 5D and EB. RGB value is (198,93,235). Sum of RGB (Red+Green+Blue) = 198+93+235=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #C65DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DEB is #39A214. Grayscale: #8C8C8C. Windows color (decimal): -3777045 or 15424966. OLE color: 15424966.
HSL color Cylindrical-coordinate representation of color #C65DEB: hue angle of 284.37º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65DEB is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 93 | 235 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.08 |
| HSL | 284.37º | 0.78% | 0.64% | - |
| HSV(B) | 284.37º | 0.6% | 0.92% | - |
| XYZ | 42.2 | 25.83 | 81.36 | - |
| YUV | 140.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 235 | 0.16 | 0.60 | 0 | 0.08 | 284.37 | 0.78 | 0.64 |
| Hex | C6 | 5D | EB | 10 | 3C | 0 | 8 | 11C | 4E | 40 |
| Octal | 306 | 135 | 353 | 20 | 74 | 0 | 10 | 434 | 116 | 100 |
| Binary | 11000110 | 1011101 | 11101011 | 10000 | 111100 | 0 | 1000 | 100011100 | 1001110 | 1000000 |
Color Harmonies of #C65DEB
Complementary color
Monochromatic Colors of #C65DEB
Black with #C65DEB
Text Example
Text Example
White with #C65DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DEB; }
p { color: rgb(198,93,235); }
H1.HeaderClassName
{
color: #C65DEB;
}
.AnyTagClassName
{
color: #C65DEB;
}
</style>
background-color css
<style>
a { background-color: #C65DEB; }
a { background-color: rgb(198,93,235); }
div.DivClassName
{
background-color: #C65DEB;
}
.BgClassName
{
background-color: #C65DEB;
}
</style>
border-color css
<style>
span { border-color: #C65DEB; }
span { border-color: rgb(198,93,235); }
td.TdClassName
{
border-color: #C65DEB;
}
.TagClassName
{
border-color: #C65DEB;
}
</style>