Shades of Medium Orchid #C65DDF
Tints of Medium Orchid #C65DDF
RGB
CMYK
RGB Variations
Color information
#C65DDF (or 0xC65DDF) is known color: Medium Orchid. HEX triplet: C6, 5D and DF. RGB value is (198,93,223). Sum of RGB (Red+Green+Blue) = 198+93+223=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #C65DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DDF is #39A220. Grayscale: #8A8A8A. Windows color (decimal): -3777057 or 14638534. OLE color: 14638534.
HSL color Cylindrical-coordinate representation of color #C65DDF: hue angle of 288.46º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65DDF is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 93 | 223 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.13 |
| HSL | 288.46º | 0.67% | 0.62% | - |
| HSV(B) | 288.46º | 0.58% | 0.87% | - |
| XYZ | 40.52 | 25.16 | 72.53 | - |
| YUV | 139.22 | 175.29 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 223 | 0.11 | 0.58 | 0 | 0.13 | 288.46 | 0.67 | 0.62 |
| Hex | C6 | 5D | DF | B | 3A | 0 | D | 120 | 43 | 3E |
| Octal | 306 | 135 | 337 | 13 | 72 | 0 | 15 | 440 | 103 | 76 |
| Binary | 11000110 | 1011101 | 11011111 | 1011 | 111010 | 0 | 1101 | 100100000 | 1000011 | 111110 |
Color Harmonies of #C65DDF
Complementary color
Monochromatic Colors of #C65DDF
Black with #C65DDF
Text Example
Text Example
White with #C65DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DDF; }
p { color: rgb(198,93,223); }
H1.HeaderClassName
{
color: #C65DDF;
}
.AnyTagClassName
{
color: #C65DDF;
}
</style>
background-color css
<style>
a { background-color: #C65DDF; }
a { background-color: rgb(198,93,223); }
div.DivClassName
{
background-color: #C65DDF;
}
.BgClassName
{
background-color: #C65DDF;
}
</style>
border-color css
<style>
span { border-color: #C65DDF; }
span { border-color: rgb(198,93,223); }
td.TdClassName
{
border-color: #C65DDF;
}
.TagClassName
{
border-color: #C65DDF;
}
</style>