Shades of Medium Orchid #C065D9
Tints of Medium Orchid #C065D9
RGB
CMYK
RGB Variations
Color information
#C065D9 (or 0xC065D9) is known color: Medium Orchid. HEX triplet: C0, 65 and D9. RGB value is (192,101,217). Sum of RGB (Red+Green+Blue) = 192+101+217=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #C065D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065D9 is #3F9A26. Grayscale: #8D8D8D. Windows color (decimal): -4168231 or 14247360. OLE color: 14247360.
HSL color Cylindrical-coordinate representation of color #C065D9: hue angle of 287.07º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C065D9 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 101 | 217 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.15 |
| HSL | 287.07º | 0.6% | 0.62% | - |
| HSV(B) | 287.07º | 0.53% | 0.85% | - |
| XYZ | 38.92 | 25.52 | 68.52 | - |
| YUV | 141.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 217 | 0.12 | 0.53 | 0 | 0.15 | 287.07 | 0.6 | 0.62 |
| Hex | C0 | 65 | D9 | C | 35 | 0 | F | 11F | 3C | 3E |
| Octal | 300 | 145 | 331 | 14 | 65 | 0 | 17 | 437 | 74 | 76 |
| Binary | 11000000 | 1100101 | 11011001 | 1100 | 110101 | 0 | 1111 | 100011111 | 111100 | 111110 |
Color Harmonies of #C065D9
Complementary color
Monochromatic Colors of #C065D9
Black with #C065D9
Text Example
Text Example
White with #C065D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065D9; }
p { color: rgb(192,101,217); }
H1.HeaderClassName
{
color: #C065D9;
}
.AnyTagClassName
{
color: #C065D9;
}
</style>
background-color css
<style>
a { background-color: #C065D9; }
a { background-color: rgb(192,101,217); }
div.DivClassName
{
background-color: #C065D9;
}
.BgClassName
{
background-color: #C065D9;
}
</style>
border-color css
<style>
span { border-color: #C065D9; }
span { border-color: rgb(192,101,217); }
td.TdClassName
{
border-color: #C065D9;
}
.TagClassName
{
border-color: #C065D9;
}
</style>