Shades of Medium Orchid #C45FDD
Tints of Medium Orchid #C45FDD
RGB
CMYK
RGB Variations
Color information
#C45FDD (or 0xC45FDD) is known color: Medium Orchid. HEX triplet: C4, 5F and DD. RGB value is (196,95,221). Sum of RGB (Red+Green+Blue) = 196+95+221=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C45FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FDD is #3BA022. Grayscale: #8B8B8B. Windows color (decimal): -3907619 or 14507972. OLE color: 14507972.
HSL color Cylindrical-coordinate representation of color #C45FDD: hue angle of 288.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45FDD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 95 | 221 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.13 |
| HSL | 288.1º | 0.65% | 0.62% | - |
| HSV(B) | 288.1º | 0.57% | 0.87% | - |
| XYZ | 39.91 | 25.14 | 71.16 | - |
| YUV | 139.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 221 | 0.11 | 0.57 | 0 | 0.13 | 288.1 | 0.65 | 0.62 |
| Hex | C4 | 5F | DD | B | 39 | 0 | D | 120 | 41 | 3E |
| Octal | 304 | 137 | 335 | 13 | 71 | 0 | 15 | 440 | 101 | 76 |
| Binary | 11000100 | 1011111 | 11011101 | 1011 | 111001 | 0 | 1101 | 100100000 | 1000001 | 111110 |
Color Harmonies of #C45FDD
Complementary color
Monochromatic Colors of #C45FDD
Black with #C45FDD
Text Example
Text Example
White with #C45FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FDD; }
p { color: rgb(196,95,221); }
H1.HeaderClassName
{
color: #C45FDD;
}
.AnyTagClassName
{
color: #C45FDD;
}
</style>
background-color css
<style>
a { background-color: #C45FDD; }
a { background-color: rgb(196,95,221); }
div.DivClassName
{
background-color: #C45FDD;
}
.BgClassName
{
background-color: #C45FDD;
}
</style>
border-color css
<style>
span { border-color: #C45FDD; }
span { border-color: rgb(196,95,221); }
td.TdClassName
{
border-color: #C45FDD;
}
.TagClassName
{
border-color: #C45FDD;
}
</style>