Shades of Medium Orchid #C65DDD
Tints of Medium Orchid #C65DDD
RGB
CMYK
RGB Variations
Color information
#C65DDD (or 0xC65DDD) is known color: Medium Orchid. HEX triplet: C6, 5D and DD. RGB value is (198,93,221). Sum of RGB (Red+Green+Blue) = 198+93+221=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C65DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DDD is #39A222. Grayscale: #8A8A8A. Windows color (decimal): -3777059 or 14507462. OLE color: 14507462.
HSL color Cylindrical-coordinate representation of color #C65DDD: hue angle of 289.22º degrees, saturation: 0.65, 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 #C65DDD is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 93 | 221 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.13 |
| HSL | 289.22º | 0.65% | 0.62% | - |
| HSV(B) | 289.22º | 0.58% | 0.87% | - |
| XYZ | 40.25 | 25.05 | 71.12 | - |
| YUV | 138.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 221 | 0.10 | 0.58 | 0 | 0.13 | 289.22 | 0.65 | 0.62 |
| Hex | C6 | 5D | DD | A | 3A | 0 | D | 121 | 41 | 3E |
| Octal | 306 | 135 | 335 | 12 | 72 | 0 | 15 | 441 | 101 | 76 |
| Binary | 11000110 | 1011101 | 11011101 | 1010 | 111010 | 0 | 1101 | 100100001 | 1000001 | 111110 |
Color Harmonies of #C65DDD
Complementary color
Monochromatic Colors of #C65DDD
Black with #C65DDD
Text Example
Text Example
White with #C65DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DDD; }
p { color: rgb(198,93,221); }
H1.HeaderClassName
{
color: #C65DDD;
}
.AnyTagClassName
{
color: #C65DDD;
}
</style>
background-color css
<style>
a { background-color: #C65DDD; }
a { background-color: rgb(198,93,221); }
div.DivClassName
{
background-color: #C65DDD;
}
.BgClassName
{
background-color: #C65DDD;
}
</style>
border-color css
<style>
span { border-color: #C65DDD; }
span { border-color: rgb(198,93,221); }
td.TdClassName
{
border-color: #C65DDD;
}
.TagClassName
{
border-color: #C65DDD;
}
</style>