Shades of Medium Orchid #C448CF
Tints of Medium Orchid #C448CF
RGB
CMYK
RGB Variations
Color information
#C448CF (or 0xC448CF) is known color: Medium Orchid. HEX triplet: C4, 48 and CF. RGB value is (196,72,207). Sum of RGB (Red+Green+Blue) = 196+72+207=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #C448CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448CF is #3BB730. Grayscale: #7C7C7C. Windows color (decimal): -3913521 or 13584580. OLE color: 13584580.
HSL color Cylindrical-coordinate representation of color #C448CF: hue angle of 295.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C448CF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 72 | 207 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.19 |
| HSL | 295.11º | 0.58% | 0.55% | - |
| HSV(B) | 295.11º | 0.65% | 0.81% | - |
| XYZ | 36.34 | 20.88 | 61.15 | - |
| YUV | 124.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 207 | 0.05 | 0.65 | 0 | 0.19 | 295.11 | 0.58 | 0.55 |
| Hex | C4 | 48 | CF | 5 | 41 | 0 | 13 | 127 | 3A | 37 |
| Octal | 304 | 110 | 317 | 5 | 101 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000100 | 1001000 | 11001111 | 101 | 1000001 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C448CF
Complementary color
Monochromatic Colors of #C448CF
Black with #C448CF
Text Example
Text Example
White with #C448CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448CF; }
p { color: rgb(196,72,207); }
H1.HeaderClassName
{
color: #C448CF;
}
.AnyTagClassName
{
color: #C448CF;
}
</style>
background-color css
<style>
a { background-color: #C448CF; }
a { background-color: rgb(196,72,207); }
div.DivClassName
{
background-color: #C448CF;
}
.BgClassName
{
background-color: #C448CF;
}
</style>
border-color css
<style>
span { border-color: #C448CF; }
span { border-color: rgb(196,72,207); }
td.TdClassName
{
border-color: #C448CF;
}
.TagClassName
{
border-color: #C448CF;
}
</style>