Shades of Medium Orchid #C65FEB
Tints of Medium Orchid #C65FEB
RGB
CMYK
RGB Variations
Color information
#C65FEB (or 0xC65FEB) is known color: Medium Orchid. HEX triplet: C6, 5F and EB. RGB value is (198,95,235). Sum of RGB (Red+Green+Blue) = 198+95+235=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C65FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FEB is #39A014. Grayscale: #8D8D8D. Windows color (decimal): -3776533 or 15425478. OLE color: 15425478.
HSL color Cylindrical-coordinate representation of color #C65FEB: hue angle of 284.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65FEB is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 95 | 235 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.08 |
| HSL | 284.14º | 0.78% | 0.65% | - |
| HSV(B) | 284.14º | 0.6% | 0.92% | - |
| XYZ | 42.38 | 26.19 | 81.42 | - |
| YUV | 141.76 | 180.62 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 235 | 0.16 | 0.60 | 0 | 0.08 | 284.14 | 0.78 | 0.65 |
| Hex | C6 | 5F | EB | 10 | 3C | 0 | 8 | 11C | 4E | 41 |
| Octal | 306 | 137 | 353 | 20 | 74 | 0 | 10 | 434 | 116 | 101 |
| Binary | 11000110 | 1011111 | 11101011 | 10000 | 111100 | 0 | 1000 | 100011100 | 1001110 | 1000001 |
Color Harmonies of #C65FEB
Complementary color
Monochromatic Colors of #C65FEB
Black with #C65FEB
Text Example
Text Example
White with #C65FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FEB; }
p { color: rgb(198,95,235); }
H1.HeaderClassName
{
color: #C65FEB;
}
.AnyTagClassName
{
color: #C65FEB;
}
</style>
background-color css
<style>
a { background-color: #C65FEB; }
a { background-color: rgb(198,95,235); }
div.DivClassName
{
background-color: #C65FEB;
}
.BgClassName
{
background-color: #C65FEB;
}
</style>
border-color css
<style>
span { border-color: #C65FEB; }
span { border-color: rgb(198,95,235); }
td.TdClassName
{
border-color: #C65FEB;
}
.TagClassName
{
border-color: #C65FEB;
}
</style>