Shades of Medium Orchid #C065D8
Tints of Medium Orchid #C065D8
RGB
CMYK
RGB Variations
Color information
#C065D8 (or 0xC065D8) is known color: Medium Orchid. HEX triplet: C0, 65 and D8. RGB value is (192,101,216). Sum of RGB (Red+Green+Blue) = 192+101+216=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #C065D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065D8 is #3F9A27. Grayscale: #8C8C8C. Windows color (decimal): -4168232 or 14181824. OLE color: 14181824.
HSL color Cylindrical-coordinate representation of color #C065D8: hue angle of 287.48º 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 #C065D8 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 101 | 216 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.15 |
| HSL | 287.48º | 0.6% | 0.62% | - |
| HSV(B) | 287.48º | 0.53% | 0.85% | - |
| XYZ | 38.79 | 25.47 | 67.84 | - |
| YUV | 141.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 216 | 0.11 | 0.53 | 0 | 0.15 | 287.48 | 0.6 | 0.62 |
| Hex | C0 | 65 | D8 | B | 35 | 0 | F | 11F | 3C | 3E |
| Octal | 300 | 145 | 330 | 13 | 65 | 0 | 17 | 437 | 74 | 76 |
| Binary | 11000000 | 1100101 | 11011000 | 1011 | 110101 | 0 | 1111 | 100011111 | 111100 | 111110 |
Color Harmonies of #C065D8
Complementary color
Monochromatic Colors of #C065D8
Black with #C065D8
Text Example
Text Example
White with #C065D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065D8; }
p { color: rgb(192,101,216); }
H1.HeaderClassName
{
color: #C065D8;
}
.AnyTagClassName
{
color: #C065D8;
}
</style>
background-color css
<style>
a { background-color: #C065D8; }
a { background-color: rgb(192,101,216); }
div.DivClassName
{
background-color: #C065D8;
}
.BgClassName
{
background-color: #C065D8;
}
</style>
border-color css
<style>
span { border-color: #C065D8; }
span { border-color: rgb(192,101,216); }
td.TdClassName
{
border-color: #C065D8;
}
.TagClassName
{
border-color: #C065D8;
}
</style>