Shades of Medium Orchid #C454CF
Tints of Medium Orchid #C454CF
RGB
CMYK
RGB Variations
Color information
#C454CF (or 0xC454CF) is known color: Medium Orchid. HEX triplet: C4, 54 and CF. RGB value is (196,84,207). Sum of RGB (Red+Green+Blue) = 196+84+207=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #C454CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454CF is #3BAB30. Grayscale: #838383. Windows color (decimal): -3910449 or 13587652. OLE color: 13587652.
HSL color Cylindrical-coordinate representation of color #C454CF: hue angle of 294.63º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C454CF is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 84 | 207 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.19 |
| HSL | 294.63º | 0.56% | 0.57% | - |
| HSV(B) | 294.63º | 0.59% | 0.81% | - |
| XYZ | 37.2 | 22.58 | 61.43 | - |
| YUV | 131.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 207 | 0.05 | 0.59 | 0 | 0.19 | 294.63 | 0.56 | 0.57 |
| Hex | C4 | 54 | CF | 5 | 3B | 0 | 13 | 127 | 38 | 39 |
| Octal | 304 | 124 | 317 | 5 | 73 | 0 | 23 | 447 | 70 | 71 |
| Binary | 11000100 | 1010100 | 11001111 | 101 | 111011 | 0 | 10011 | 100100111 | 111000 | 111001 |
Color Harmonies of #C454CF
Complementary color
Monochromatic Colors of #C454CF
Black with #C454CF
Text Example
Text Example
White with #C454CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454CF; }
p { color: rgb(196,84,207); }
H1.HeaderClassName
{
color: #C454CF;
}
.AnyTagClassName
{
color: #C454CF;
}
</style>
background-color css
<style>
a { background-color: #C454CF; }
a { background-color: rgb(196,84,207); }
div.DivClassName
{
background-color: #C454CF;
}
.BgClassName
{
background-color: #C454CF;
}
</style>
border-color css
<style>
span { border-color: #C454CF; }
span { border-color: rgb(196,84,207); }
td.TdClassName
{
border-color: #C454CF;
}
.TagClassName
{
border-color: #C454CF;
}
</style>