Shades of Medium Orchid #C45BCF
Tints of Medium Orchid #C45BCF
RGB
CMYK
RGB Variations
Color information
#C45BCF (or 0xC45BCF) is known color: Medium Orchid. HEX triplet: C4, 5B and CF. RGB value is (196,91,207). Sum of RGB (Red+Green+Blue) = 196+91+207=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #C45BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BCF is #3BA430. Grayscale: #878787. Windows color (decimal): -3908657 or 13589444. OLE color: 13589444.
HSL color Cylindrical-coordinate representation of color #C45BCF: hue angle of 294.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45BCF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 91 | 207 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.19 |
| HSL | 294.31º | 0.55% | 0.58% | - |
| HSV(B) | 294.31º | 0.56% | 0.81% | - |
| XYZ | 37.77 | 23.72 | 61.62 | - |
| YUV | 135.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 207 | 0.05 | 0.56 | 0 | 0.19 | 294.31 | 0.55 | 0.58 |
| Hex | C4 | 5B | CF | 5 | 38 | 0 | 13 | 126 | 37 | 3A |
| Octal | 304 | 133 | 317 | 5 | 70 | 0 | 23 | 446 | 67 | 72 |
| Binary | 11000100 | 1011011 | 11001111 | 101 | 111000 | 0 | 10011 | 100100110 | 110111 | 111010 |
Color Harmonies of #C45BCF
Complementary color
Monochromatic Colors of #C45BCF
Black with #C45BCF
Text Example
Text Example
White with #C45BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BCF; }
p { color: rgb(196,91,207); }
H1.HeaderClassName
{
color: #C45BCF;
}
.AnyTagClassName
{
color: #C45BCF;
}
</style>
background-color css
<style>
a { background-color: #C45BCF; }
a { background-color: rgb(196,91,207); }
div.DivClassName
{
background-color: #C45BCF;
}
.BgClassName
{
background-color: #C45BCF;
}
</style>
border-color css
<style>
span { border-color: #C45BCF; }
span { border-color: rgb(196,91,207); }
td.TdClassName
{
border-color: #C45BCF;
}
.TagClassName
{
border-color: #C45BCF;
}
</style>