Shades of Medium Orchid #C05ADC
Tints of Medium Orchid #C05ADC
RGB
CMYK
RGB Variations
Color information
#C05ADC (or 0xC05ADC) is known color: Medium Orchid. HEX triplet: C0, 5A and DC. RGB value is (192,90,220). Sum of RGB (Red+Green+Blue) = 192+90+220=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C05ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ADC is #3FA523. Grayscale: #868686. Windows color (decimal): -4171044 or 14441152. OLE color: 14441152.
HSL color Cylindrical-coordinate representation of color #C05ADC: hue angle of 287.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C05ADC is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 90 | 220 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.14 |
| HSL | 287.08º | 0.65% | 0.61% | - |
| HSV(B) | 287.08º | 0.59% | 0.86% | - |
| XYZ | 38.31 | 23.69 | 70.26 | - |
| YUV | 135.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 220 | 0.13 | 0.59 | 0 | 0.14 | 287.08 | 0.65 | 0.61 |
| Hex | C0 | 5A | DC | D | 3B | 0 | E | 11F | 41 | 3D |
| Octal | 300 | 132 | 334 | 15 | 73 | 0 | 16 | 437 | 101 | 75 |
| Binary | 11000000 | 1011010 | 11011100 | 1101 | 111011 | 0 | 1110 | 100011111 | 1000001 | 111101 |
Color Harmonies of #C05ADC
Complementary color
Monochromatic Colors of #C05ADC
Black with #C05ADC
Text Example
Text Example
White with #C05ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05ADC; }
p { color: rgb(192,90,220); }
H1.HeaderClassName
{
color: #C05ADC;
}
.AnyTagClassName
{
color: #C05ADC;
}
</style>
background-color css
<style>
a { background-color: #C05ADC; }
a { background-color: rgb(192,90,220); }
div.DivClassName
{
background-color: #C05ADC;
}
.BgClassName
{
background-color: #C05ADC;
}
</style>
border-color css
<style>
span { border-color: #C05ADC; }
span { border-color: rgb(192,90,220); }
td.TdClassName
{
border-color: #C05ADC;
}
.TagClassName
{
border-color: #C05ADC;
}
</style>