Shades of Medium Orchid #C447D2
Tints of Medium Orchid #C447D2
RGB
CMYK
RGB Variations
Color information
#C447D2 (or 0xC447D2) is known color: Medium Orchid. HEX triplet: C4, 47 and D2. RGB value is (196,71,210). Sum of RGB (Red+Green+Blue) = 196+71+210=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #C447D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447D2 is #3BB82D. Grayscale: #7B7B7B. Windows color (decimal): -3913774 or 13780932. OLE color: 13780932.
HSL color Cylindrical-coordinate representation of color #C447D2: hue angle of 293.96º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C447D2 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 71 | 210 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.18 |
| HSL | 293.96º | 0.61% | 0.55% | - |
| HSV(B) | 293.96º | 0.66% | 0.82% | - |
| XYZ | 36.65 | 20.9 | 63.07 | - |
| YUV | 124.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 210 | 0.07 | 0.66 | 0 | 0.18 | 293.96 | 0.61 | 0.55 |
| Hex | C4 | 47 | D2 | 7 | 42 | 0 | 12 | 126 | 3D | 37 |
| Octal | 304 | 107 | 322 | 7 | 102 | 0 | 22 | 446 | 75 | 67 |
| Binary | 11000100 | 1000111 | 11010010 | 111 | 1000010 | 0 | 10010 | 100100110 | 111101 | 110111 |
Color Harmonies of #C447D2
Complementary color
Monochromatic Colors of #C447D2
Black with #C447D2
Text Example
Text Example
White with #C447D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447D2; }
p { color: rgb(196,71,210); }
H1.HeaderClassName
{
color: #C447D2;
}
.AnyTagClassName
{
color: #C447D2;
}
</style>
background-color css
<style>
a { background-color: #C447D2; }
a { background-color: rgb(196,71,210); }
div.DivClassName
{
background-color: #C447D2;
}
.BgClassName
{
background-color: #C447D2;
}
</style>
border-color css
<style>
span { border-color: #C447D2; }
span { border-color: rgb(196,71,210); }
td.TdClassName
{
border-color: #C447D2;
}
.TagClassName
{
border-color: #C447D2;
}
</style>