Shades of Medium Orchid #C065DA
Tints of Medium Orchid #C065DA
RGB
CMYK
RGB Variations
Color information
#C065DA (or 0xC065DA) is known color: Medium Orchid. HEX triplet: C0, 65 and DA. RGB value is (192,101,218). Sum of RGB (Red+Green+Blue) = 192+101+218=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C065DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065DA is #3F9A25. Grayscale: #8D8D8D. Windows color (decimal): -4168230 or 14312896. OLE color: 14312896.
HSL color Cylindrical-coordinate representation of color #C065DA: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C065DA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 101 | 218 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.15 |
| HSL | 286.67º | 0.61% | 0.63% | - |
| HSV(B) | 286.67º | 0.54% | 0.85% | - |
| XYZ | 39.05 | 25.58 | 69.21 | - |
| YUV | 141.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 218 | 0.12 | 0.54 | 0 | 0.15 | 286.67 | 0.61 | 0.63 |
| Hex | C0 | 65 | DA | C | 36 | 0 | F | 11F | 3D | 3F |
| Octal | 300 | 145 | 332 | 14 | 66 | 0 | 17 | 437 | 75 | 77 |
| Binary | 11000000 | 1100101 | 11011010 | 1100 | 110110 | 0 | 1111 | 100011111 | 111101 | 111111 |
Color Harmonies of #C065DA
Complementary color
Monochromatic Colors of #C065DA
Black with #C065DA
Text Example
Text Example
White with #C065DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065DA; }
p { color: rgb(192,101,218); }
H1.HeaderClassName
{
color: #C065DA;
}
.AnyTagClassName
{
color: #C065DA;
}
</style>
background-color css
<style>
a { background-color: #C065DA; }
a { background-color: rgb(192,101,218); }
div.DivClassName
{
background-color: #C065DA;
}
.BgClassName
{
background-color: #C065DA;
}
</style>
border-color css
<style>
span { border-color: #C065DA; }
span { border-color: rgb(192,101,218); }
td.TdClassName
{
border-color: #C065DA;
}
.TagClassName
{
border-color: #C065DA;
}
</style>