Shades of Medium Orchid #C665EB
Tints of Medium Orchid #C665EB
RGB
CMYK
RGB Variations
Color information
#C665EB (or 0xC665EB) is known color: Medium Orchid. HEX triplet: C6, 65 and EB. RGB value is (198,101,235). Sum of RGB (Red+Green+Blue) = 198+101+235=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #C665EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665EB is #399A14. Grayscale: #909090. Windows color (decimal): -3774997 or 15427014. OLE color: 15427014.
HSL color Cylindrical-coordinate representation of color #C665EB: hue angle of 283.43º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C665EB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 101 | 235 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.08 |
| HSL | 283.43º | 0.77% | 0.66% | - |
| HSV(B) | 283.43º | 0.57% | 0.92% | - |
| XYZ | 42.94 | 27.31 | 81.61 | - |
| YUV | 145.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 235 | 0.16 | 0.57 | 0 | 0.08 | 283.43 | 0.77 | 0.66 |
| Hex | C6 | 65 | EB | 10 | 39 | 0 | 8 | 11B | 4D | 42 |
| Octal | 306 | 145 | 353 | 20 | 71 | 0 | 10 | 433 | 115 | 102 |
| Binary | 11000110 | 1100101 | 11101011 | 10000 | 111001 | 0 | 1000 | 100011011 | 1001101 | 1000010 |
Color Harmonies of #C665EB
Complementary color
Monochromatic Colors of #C665EB
Black with #C665EB
Text Example
Text Example
White with #C665EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665EB; }
p { color: rgb(198,101,235); }
H1.HeaderClassName
{
color: #C665EB;
}
.AnyTagClassName
{
color: #C665EB;
}
</style>
background-color css
<style>
a { background-color: #C665EB; }
a { background-color: rgb(198,101,235); }
div.DivClassName
{
background-color: #C665EB;
}
.BgClassName
{
background-color: #C665EB;
}
</style>
border-color css
<style>
span { border-color: #C665EB; }
span { border-color: rgb(198,101,235); }
td.TdClassName
{
border-color: #C665EB;
}
.TagClassName
{
border-color: #C665EB;
}
</style>