Shades of Medium Orchid #C32ADC
Tints of Medium Orchid #C32ADC
RGB
CMYK
RGB Variations
Color information
#C32ADC (or 0xC32ADC) is known color: Medium Orchid. HEX triplet: C3, 2A and DC. RGB value is (195,42,220). Sum of RGB (Red+Green+Blue) = 195+42+220=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #C32ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ADC is #3CD523. Grayscale: #6B6B6B. Windows color (decimal): -3986724 or 14428867. OLE color: 14428867.
HSL color Cylindrical-coordinate representation of color #C32ADC: hue angle of 291.57º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32ADC is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 42 | 220 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.14 |
| HSL | 291.57º | 0.72% | 0.51% | - |
| HSV(B) | 291.57º | 0.81% | 0.86% | - |
| XYZ | 36.25 | 18.43 | 69.36 | - |
| YUV | 108.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 220 | 0.11 | 0.81 | 0 | 0.14 | 291.57 | 0.72 | 0.51 |
| Hex | C3 | 2A | DC | B | 51 | 0 | E | 124 | 48 | 33 |
| Octal | 303 | 52 | 334 | 13 | 121 | 0 | 16 | 444 | 110 | 63 |
| Binary | 11000011 | 101010 | 11011100 | 1011 | 1010001 | 0 | 1110 | 100100100 | 1001000 | 110011 |
Color Harmonies of #C32ADC
Complementary color
Monochromatic Colors of #C32ADC
Black with #C32ADC
Text Example
Text Example
White with #C32ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32ADC; }
p { color: rgb(195,42,220); }
H1.HeaderClassName
{
color: #C32ADC;
}
.AnyTagClassName
{
color: #C32ADC;
}
</style>
background-color css
<style>
a { background-color: #C32ADC; }
a { background-color: rgb(195,42,220); }
div.DivClassName
{
background-color: #C32ADC;
}
.BgClassName
{
background-color: #C32ADC;
}
</style>
border-color css
<style>
span { border-color: #C32ADC; }
span { border-color: rgb(195,42,220); }
td.TdClassName
{
border-color: #C32ADC;
}
.TagClassName
{
border-color: #C32ADC;
}
</style>