Shades of Medium Orchid #C529DF
Tints of Medium Orchid #C529DF
RGB
CMYK
RGB Variations
Color information
#C529DF (or 0xC529DF) is known color: Medium Orchid. HEX triplet: C5, 29 and DF. RGB value is (197,41,223). Sum of RGB (Red+Green+Blue) = 197+41+223=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #C529DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529DF is #3AD620. Grayscale: #6B6B6B. Windows color (decimal): -3855905 or 14625221. OLE color: 14625221.
HSL color Cylindrical-coordinate representation of color #C529DF: hue angle of 291.43º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C529DF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 41 | 223 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.13 |
| HSL | 291.43º | 0.74% | 0.52% | - |
| HSV(B) | 291.43º | 0.82% | 0.87% | - |
| XYZ | 37.14 | 18.78 | 71.48 | - |
| YUV | 108.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 223 | 0.12 | 0.82 | 0 | 0.13 | 291.43 | 0.74 | 0.52 |
| Hex | C5 | 29 | DF | C | 52 | 0 | D | 123 | 4A | 34 |
| Octal | 305 | 51 | 337 | 14 | 122 | 0 | 15 | 443 | 112 | 64 |
| Binary | 11000101 | 101001 | 11011111 | 1100 | 1010010 | 0 | 1101 | 100100011 | 1001010 | 110100 |
Color Harmonies of #C529DF
Complementary color
Monochromatic Colors of #C529DF
Black with #C529DF
Text Example
Text Example
White with #C529DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529DF; }
p { color: rgb(197,41,223); }
H1.HeaderClassName
{
color: #C529DF;
}
.AnyTagClassName
{
color: #C529DF;
}
</style>
background-color css
<style>
a { background-color: #C529DF; }
a { background-color: rgb(197,41,223); }
div.DivClassName
{
background-color: #C529DF;
}
.BgClassName
{
background-color: #C529DF;
}
</style>
border-color css
<style>
span { border-color: #C529DF; }
span { border-color: rgb(197,41,223); }
td.TdClassName
{
border-color: #C529DF;
}
.TagClassName
{
border-color: #C529DF;
}
</style>