Shades of Medium Orchid #C65BDF
Tints of Medium Orchid #C65BDF
RGB
CMYK
RGB Variations
Color information
#C65BDF (or 0xC65BDF) is known color: Medium Orchid. HEX triplet: C6, 5B and DF. RGB value is (198,91,223). Sum of RGB (Red+Green+Blue) = 198+91+223=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #C65BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BDF is #39A420. Grayscale: #898989. Windows color (decimal): -3777569 or 14638022. OLE color: 14638022.
HSL color Cylindrical-coordinate representation of color #C65BDF: hue angle of 288.64º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65BDF is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 91 | 223 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.13 |
| HSL | 288.64º | 0.67% | 0.62% | - |
| HSV(B) | 288.64º | 0.59% | 0.87% | - |
| XYZ | 40.35 | 24.82 | 72.48 | - |
| YUV | 138.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 223 | 0.11 | 0.59 | 0 | 0.13 | 288.64 | 0.67 | 0.62 |
| Hex | C6 | 5B | DF | B | 3B | 0 | D | 121 | 43 | 3E |
| Octal | 306 | 133 | 337 | 13 | 73 | 0 | 15 | 441 | 103 | 76 |
| Binary | 11000110 | 1011011 | 11011111 | 1011 | 111011 | 0 | 1101 | 100100001 | 1000011 | 111110 |
Color Harmonies of #C65BDF
Complementary color
Monochromatic Colors of #C65BDF
Black with #C65BDF
Text Example
Text Example
White with #C65BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BDF; }
p { color: rgb(198,91,223); }
H1.HeaderClassName
{
color: #C65BDF;
}
.AnyTagClassName
{
color: #C65BDF;
}
</style>
background-color css
<style>
a { background-color: #C65BDF; }
a { background-color: rgb(198,91,223); }
div.DivClassName
{
background-color: #C65BDF;
}
.BgClassName
{
background-color: #C65BDF;
}
</style>
border-color css
<style>
span { border-color: #C65BDF; }
span { border-color: rgb(198,91,223); }
td.TdClassName
{
border-color: #C65BDF;
}
.TagClassName
{
border-color: #C65BDF;
}
</style>