Shades of Medium Orchid #C44BFD
Tints of Medium Orchid #C44BFD
RGB
CMYK
RGB Variations
Color information
#C44BFD (or 0xC44BFD) is known color: Medium Orchid. HEX triplet: C4, 4B and FD. RGB value is (196,75,253). Sum of RGB (Red+Green+Blue) = 196+75+253=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C44BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BFD is #3BB402. Grayscale: #828282. Windows color (decimal): -3912707 or 16600004. OLE color: 16600004.
HSL color Cylindrical-coordinate representation of color #C44BFD: hue angle of 280.79º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C44BFD is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 75 | 253 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.01 |
| HSL | 280.79º | 0.98% | 0.64% | - |
| HSV(B) | 280.79º | 0.7% | 0.99% | - |
| XYZ | 43.01 | 23.86 | 95.27 | - |
| YUV | 131.47 | 196.59 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 253 | 0.23 | 0.70 | 0 | 0.01 | 280.79 | 0.98 | 0.64 |
| Hex | C4 | 4B | FD | 17 | 46 | 0 | 1 | 119 | 62 | 40 |
| Octal | 304 | 113 | 375 | 27 | 106 | 0 | 1 | 431 | 142 | 100 |
| Binary | 11000100 | 1001011 | 11111101 | 10111 | 1000110 | 0 | 1 | 100011001 | 1100010 | 1000000 |
Color Harmonies of #C44BFD
Complementary color
Monochromatic Colors of #C44BFD
Black with #C44BFD
Text Example
Text Example
White with #C44BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BFD; }
p { color: rgb(196,75,253); }
H1.HeaderClassName
{
color: #C44BFD;
}
.AnyTagClassName
{
color: #C44BFD;
}
</style>
background-color css
<style>
a { background-color: #C44BFD; }
a { background-color: rgb(196,75,253); }
div.DivClassName
{
background-color: #C44BFD;
}
.BgClassName
{
background-color: #C44BFD;
}
</style>
border-color css
<style>
span { border-color: #C44BFD; }
span { border-color: rgb(196,75,253); }
td.TdClassName
{
border-color: #C44BFD;
}
.TagClassName
{
border-color: #C44BFD;
}
</style>