Shades of Medium Orchid #C44BFF
Tints of Medium Orchid #C44BFF
RGB
CMYK
RGB Variations
Color information
#C44BFF (or 0xC44BFF) is known color: Medium Orchid. HEX triplet: C4, 4B and FF. RGB value is (196,75,255). Sum of RGB (Red+Green+Blue) = 196+75+255=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #C44BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BFF is #3BB400. Grayscale: #838383. Windows color (decimal): -3912705 or 16731076. OLE color: 16731076.
HSL color Cylindrical-coordinate representation of color #C44BFF: hue angle of 280.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C44BFF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 75 | 255 | - |
| CMYK | 0.23 | 0.71 | 0 | 0 |
| HSL | 280.33º | 1% | 0.65% | - |
| HSV(B) | 280.33º | 0.71% | 1% | - |
| XYZ | 43.33 | 23.99 | 96.95 | - |
| YUV | 131.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 255 | 0.23 | 0.71 | 0 | 0 | 280.33 | 1 | 0.65 |
| Hex | C4 | 4B | FF | 17 | 47 | 0 | 0 | 118 | 64 | 41 |
| Octal | 304 | 113 | 377 | 27 | 107 | 0 | 0 | 430 | 144 | 101 |
| Binary | 11000100 | 1001011 | 11111111 | 10111 | 1000111 | 0 | 0 | 100011000 | 1100100 | 1000001 |
Color Harmonies of #C44BFF
Complementary color
Monochromatic Colors of #C44BFF
Black with #C44BFF
Text Example
Text Example
White with #C44BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BFF; }
p { color: rgb(196,75,255); }
H1.HeaderClassName
{
color: #C44BFF;
}
.AnyTagClassName
{
color: #C44BFF;
}
</style>
background-color css
<style>
a { background-color: #C44BFF; }
a { background-color: rgb(196,75,255); }
div.DivClassName
{
background-color: #C44BFF;
}
.BgClassName
{
background-color: #C44BFF;
}
</style>
border-color css
<style>
span { border-color: #C44BFF; }
span { border-color: rgb(196,75,255); }
td.TdClassName
{
border-color: #C44BFF;
}
.TagClassName
{
border-color: #C44BFF;
}
</style>