Shades of Medium Orchid #C05ADF
Tints of Medium Orchid #C05ADF
RGB
CMYK
RGB Variations
Color information
#C05ADF (or 0xC05ADF) is known color: Medium Orchid. HEX triplet: C0, 5A and DF. RGB value is (192,90,223). Sum of RGB (Red+Green+Blue) = 192+90+223=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #C05ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ADF is #3FA520. Grayscale: #878787. Windows color (decimal): -4171041 or 14637760. OLE color: 14637760.
HSL color Cylindrical-coordinate representation of color #C05ADF: hue angle of 286.02º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05ADF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 90 | 223 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.13 |
| HSL | 286.02º | 0.68% | 0.61% | - |
| HSV(B) | 286.02º | 0.6% | 0.87% | - |
| XYZ | 38.71 | 23.85 | 72.37 | - |
| YUV | 135.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 223 | 0.14 | 0.60 | 0 | 0.13 | 286.02 | 0.68 | 0.61 |
| Hex | C0 | 5A | DF | E | 3C | 0 | D | 11E | 44 | 3D |
| Octal | 300 | 132 | 337 | 16 | 74 | 0 | 15 | 436 | 104 | 75 |
| Binary | 11000000 | 1011010 | 11011111 | 1110 | 111100 | 0 | 1101 | 100011110 | 1000100 | 111101 |
Color Harmonies of #C05ADF
Complementary color
Monochromatic Colors of #C05ADF
Black with #C05ADF
Text Example
Text Example
White with #C05ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ADF; }
p { color: rgb(192,90,223); }
H1.HeaderClassName
{
color: #C05ADF;
}
.AnyTagClassName
{
color: #C05ADF;
}
</style>
background-color css
<style>
a { background-color: #C05ADF; }
a { background-color: rgb(192,90,223); }
div.DivClassName
{
background-color: #C05ADF;
}
.BgClassName
{
background-color: #C05ADF;
}
</style>
border-color css
<style>
span { border-color: #C05ADF; }
span { border-color: rgb(192,90,223); }
td.TdClassName
{
border-color: #C05ADF;
}
.TagClassName
{
border-color: #C05ADF;
}
</style>