Shades of Medium Orchid #C45FD2
Tints of Medium Orchid #C45FD2
RGB
CMYK
RGB Variations
Color information
#C45FD2 (or 0xC45FD2) is known color: Medium Orchid. HEX triplet: C4, 5F and D2. RGB value is (196,95,210). Sum of RGB (Red+Green+Blue) = 196+95+210=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #C45FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FD2 is #3BA02D. Grayscale: #898989. Windows color (decimal): -3907630 or 13787076. OLE color: 13787076.
HSL color Cylindrical-coordinate representation of color #C45FD2: hue angle of 292.7º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45FD2 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 95 | 210 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.18 |
| HSL | 292.7º | 0.56% | 0.6% | - |
| HSV(B) | 292.7º | 0.55% | 0.82% | - |
| XYZ | 38.49 | 24.57 | 63.69 | - |
| YUV | 138.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 210 | 0.07 | 0.55 | 0 | 0.18 | 292.7 | 0.56 | 0.6 |
| Hex | C4 | 5F | D2 | 7 | 37 | 0 | 12 | 125 | 38 | 3C |
| Octal | 304 | 137 | 322 | 7 | 67 | 0 | 22 | 445 | 70 | 74 |
| Binary | 11000100 | 1011111 | 11010010 | 111 | 110111 | 0 | 10010 | 100100101 | 111000 | 111100 |
Color Harmonies of #C45FD2
Complementary color
Monochromatic Colors of #C45FD2
Black with #C45FD2
Text Example
Text Example
White with #C45FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FD2; }
p { color: rgb(196,95,210); }
H1.HeaderClassName
{
color: #C45FD2;
}
.AnyTagClassName
{
color: #C45FD2;
}
</style>
background-color css
<style>
a { background-color: #C45FD2; }
a { background-color: rgb(196,95,210); }
div.DivClassName
{
background-color: #C45FD2;
}
.BgClassName
{
background-color: #C45FD2;
}
</style>
border-color css
<style>
span { border-color: #C45FD2; }
span { border-color: rgb(196,95,210); }
td.TdClassName
{
border-color: #C45FD2;
}
.TagClassName
{
border-color: #C45FD2;
}
</style>