Shades of Medium Orchid #C65DDA
Tints of Medium Orchid #C65DDA
RGB
CMYK
RGB Variations
Color information
#C65DDA (or 0xC65DDA) is known color: Medium Orchid. HEX triplet: C6, 5D and DA. RGB value is (198,93,218). Sum of RGB (Red+Green+Blue) = 198+93+218=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #C65DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DDA is #39A225. Grayscale: #8A8A8A. Windows color (decimal): -3777062 or 14310854. OLE color: 14310854.
HSL color Cylindrical-coordinate representation of color #C65DDA: hue angle of 290.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65DDA is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 93 | 218 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.15 |
| HSL | 290.4º | 0.63% | 0.61% | - |
| HSV(B) | 290.4º | 0.57% | 0.85% | - |
| XYZ | 39.86 | 24.9 | 69.03 | - |
| YUV | 138.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 218 | 0.09 | 0.57 | 0 | 0.15 | 290.4 | 0.63 | 0.61 |
| Hex | C6 | 5D | DA | 9 | 39 | 0 | F | 122 | 3F | 3D |
| Octal | 306 | 135 | 332 | 11 | 71 | 0 | 17 | 442 | 77 | 75 |
| Binary | 11000110 | 1011101 | 11011010 | 1001 | 111001 | 0 | 1111 | 100100010 | 111111 | 111101 |
Color Harmonies of #C65DDA
Complementary color
Monochromatic Colors of #C65DDA
Black with #C65DDA
Text Example
Text Example
White with #C65DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DDA; }
p { color: rgb(198,93,218); }
H1.HeaderClassName
{
color: #C65DDA;
}
.AnyTagClassName
{
color: #C65DDA;
}
</style>
background-color css
<style>
a { background-color: #C65DDA; }
a { background-color: rgb(198,93,218); }
div.DivClassName
{
background-color: #C65DDA;
}
.BgClassName
{
background-color: #C65DDA;
}
</style>
border-color css
<style>
span { border-color: #C65DDA; }
span { border-color: rgb(198,93,218); }
td.TdClassName
{
border-color: #C65DDA;
}
.TagClassName
{
border-color: #C65DDA;
}
</style>