Shades of Medium Orchid #C24BFF
Tints of Medium Orchid #C24BFF
RGB
CMYK
RGB Variations
Color information
#C24BFF (or 0xC24BFF) is known color: Medium Orchid. HEX triplet: C2, 4B and FF. RGB value is (194,75,255). Sum of RGB (Red+Green+Blue) = 194+75+255=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #C24BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BFF is #3DB400. Grayscale: #828282. Windows color (decimal): -4043777 or 16731074. OLE color: 16731074.
HSL color Cylindrical-coordinate representation of color #C24BFF: hue angle of 279.67º 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 #C24BFF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 75 | 255 | - |
| CMYK | 0.24 | 0.71 | 0 | 0 |
| HSL | 279.67º | 1% | 0.65% | - |
| HSV(B) | 279.67º | 0.71% | 1% | - |
| XYZ | 42.81 | 23.72 | 96.93 | - |
| YUV | 131.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 255 | 0.24 | 0.71 | 0 | 0 | 279.67 | 1 | 0.65 |
| Hex | C2 | 4B | FF | 18 | 47 | 0 | 0 | 118 | 64 | 41 |
| Octal | 302 | 113 | 377 | 30 | 107 | 0 | 0 | 430 | 144 | 101 |
| Binary | 11000010 | 1001011 | 11111111 | 11000 | 1000111 | 0 | 0 | 100011000 | 1100100 | 1000001 |
Color Harmonies of #C24BFF
Complementary color
Monochromatic Colors of #C24BFF
Black with #C24BFF
Text Example
Text Example
White with #C24BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BFF; }
p { color: rgb(194,75,255); }
H1.HeaderClassName
{
color: #C24BFF;
}
.AnyTagClassName
{
color: #C24BFF;
}
</style>
background-color css
<style>
a { background-color: #C24BFF; }
a { background-color: rgb(194,75,255); }
div.DivClassName
{
background-color: #C24BFF;
}
.BgClassName
{
background-color: #C24BFF;
}
</style>
border-color css
<style>
span { border-color: #C24BFF; }
span { border-color: rgb(194,75,255); }
td.TdClassName
{
border-color: #C24BFF;
}
.TagClassName
{
border-color: #C24BFF;
}
</style>