Shades of Medium Orchid #C05CDA
Tints of Medium Orchid #C05CDA
RGB
CMYK
RGB Variations
Color information
#C05CDA (or 0xC05CDA) is known color: Medium Orchid. HEX triplet: C0, 5C and DA. RGB value is (192,92,218). Sum of RGB (Red+Green+Blue) = 192+92+218=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #C05CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CDA is #3FA325. Grayscale: #878787. Windows color (decimal): -4170534 or 14310592. OLE color: 14310592.
HSL color Cylindrical-coordinate representation of color #C05CDA: hue angle of 287.62º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05CDA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 92 | 218 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.15 |
| HSL | 287.62º | 0.63% | 0.61% | - |
| HSV(B) | 287.62º | 0.58% | 0.85% | - |
| XYZ | 38.22 | 23.92 | 68.93 | - |
| YUV | 136.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 218 | 0.12 | 0.58 | 0 | 0.15 | 287.62 | 0.63 | 0.61 |
| Hex | C0 | 5C | DA | C | 3A | 0 | F | 120 | 3F | 3D |
| Octal | 300 | 134 | 332 | 14 | 72 | 0 | 17 | 440 | 77 | 75 |
| Binary | 11000000 | 1011100 | 11011010 | 1100 | 111010 | 0 | 1111 | 100100000 | 111111 | 111101 |
Color Harmonies of #C05CDA
Complementary color
Monochromatic Colors of #C05CDA
Black with #C05CDA
Text Example
Text Example
White with #C05CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CDA; }
p { color: rgb(192,92,218); }
H1.HeaderClassName
{
color: #C05CDA;
}
.AnyTagClassName
{
color: #C05CDA;
}
</style>
background-color css
<style>
a { background-color: #C05CDA; }
a { background-color: rgb(192,92,218); }
div.DivClassName
{
background-color: #C05CDA;
}
.BgClassName
{
background-color: #C05CDA;
}
</style>
border-color css
<style>
span { border-color: #C05CDA; }
span { border-color: rgb(192,92,218); }
td.TdClassName
{
border-color: #C05CDA;
}
.TagClassName
{
border-color: #C05CDA;
}
</style>