Shades of Medium Orchid #C065DF
Tints of Medium Orchid #C065DF
RGB
CMYK
RGB Variations
Color information
#C065DF (or 0xC065DF) is known color: Medium Orchid. HEX triplet: C0, 65 and DF. RGB value is (192,101,223). Sum of RGB (Red+Green+Blue) = 192+101+223=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #C065DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065DF is #3F9A20. Grayscale: #8D8D8D. Windows color (decimal): -4168225 or 14640576. OLE color: 14640576.
HSL color Cylindrical-coordinate representation of color #C065DF: hue angle of 284.75º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C065DF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 101 | 223 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.13 |
| HSL | 284.75º | 0.66% | 0.64% | - |
| HSV(B) | 284.75º | 0.55% | 0.87% | - |
| XYZ | 39.71 | 25.84 | 72.71 | - |
| YUV | 142.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 223 | 0.14 | 0.55 | 0 | 0.13 | 284.75 | 0.66 | 0.64 |
| Hex | C0 | 65 | DF | E | 37 | 0 | D | 11D | 42 | 40 |
| Octal | 300 | 145 | 337 | 16 | 67 | 0 | 15 | 435 | 102 | 100 |
| Binary | 11000000 | 1100101 | 11011111 | 1110 | 110111 | 0 | 1101 | 100011101 | 1000010 | 1000000 |
Color Harmonies of #C065DF
Complementary color
Monochromatic Colors of #C065DF
Black with #C065DF
Text Example
Text Example
White with #C065DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065DF; }
p { color: rgb(192,101,223); }
H1.HeaderClassName
{
color: #C065DF;
}
.AnyTagClassName
{
color: #C065DF;
}
</style>
background-color css
<style>
a { background-color: #C065DF; }
a { background-color: rgb(192,101,223); }
div.DivClassName
{
background-color: #C065DF;
}
.BgClassName
{
background-color: #C065DF;
}
</style>
border-color css
<style>
span { border-color: #C065DF; }
span { border-color: rgb(192,101,223); }
td.TdClassName
{
border-color: #C065DF;
}
.TagClassName
{
border-color: #C065DF;
}
</style>