Shades of Medium Orchid #C447DB
Tints of Medium Orchid #C447DB
RGB
CMYK
RGB Variations
Color information
#C447DB (or 0xC447DB) is known color: Medium Orchid. HEX triplet: C4, 47 and DB. RGB value is (196,71,219). Sum of RGB (Red+Green+Blue) = 196+71+219=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #C447DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447DB is #3BB824. Grayscale: #7C7C7C. Windows color (decimal): -3913765 or 14370756. OLE color: 14370756.
HSL color Cylindrical-coordinate representation of color #C447DB: hue angle of 290.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C447DB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 71 | 219 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.14 |
| HSL | 290.68º | 0.67% | 0.57% | - |
| HSV(B) | 290.68º | 0.68% | 0.86% | - |
| XYZ | 37.8 | 21.36 | 69.15 | - |
| YUV | 125.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 219 | 0.11 | 0.68 | 0 | 0.14 | 290.68 | 0.67 | 0.57 |
| Hex | C4 | 47 | DB | B | 44 | 0 | E | 123 | 43 | 39 |
| Octal | 304 | 107 | 333 | 13 | 104 | 0 | 16 | 443 | 103 | 71 |
| Binary | 11000100 | 1000111 | 11011011 | 1011 | 1000100 | 0 | 1110 | 100100011 | 1000011 | 111001 |
Color Harmonies of #C447DB
Complementary color
Monochromatic Colors of #C447DB
Black with #C447DB
Text Example
Text Example
White with #C447DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447DB; }
p { color: rgb(196,71,219); }
H1.HeaderClassName
{
color: #C447DB;
}
.AnyTagClassName
{
color: #C447DB;
}
</style>
background-color css
<style>
a { background-color: #C447DB; }
a { background-color: rgb(196,71,219); }
div.DivClassName
{
background-color: #C447DB;
}
.BgClassName
{
background-color: #C447DB;
}
</style>
border-color css
<style>
span { border-color: #C447DB; }
span { border-color: rgb(196,71,219); }
td.TdClassName
{
border-color: #C447DB;
}
.TagClassName
{
border-color: #C447DB;
}
</style>