Shades of Medium Orchid #C24AFB
Tints of Medium Orchid #C24AFB
RGB
CMYK
RGB Variations
Color information
#C24AFB (or 0xC24AFB) is known color: Medium Orchid. HEX triplet: C2, 4A and FB. RGB value is (194,74,251). Sum of RGB (Red+Green+Blue) = 194+74+251=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #C24AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AFB is #3DB504. Grayscale: #818181. Windows color (decimal): -4044037 or 16468674. OLE color: 16468674.
HSL color Cylindrical-coordinate representation of color #C24AFB: hue angle of 280.68º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24AFB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 74 | 251 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.02 |
| HSL | 280.68º | 0.96% | 0.64% | - |
| HSV(B) | 280.68º | 0.71% | 0.98% | - |
| XYZ | 42.11 | 23.33 | 93.55 | - |
| YUV | 130.06 | 196.26 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 251 | 0.23 | 0.71 | 0 | 0.02 | 280.68 | 0.96 | 0.64 |
| Hex | C2 | 4A | FB | 17 | 47 | 0 | 2 | 119 | 60 | 40 |
| Octal | 302 | 112 | 373 | 27 | 107 | 0 | 2 | 431 | 140 | 100 |
| Binary | 11000010 | 1001010 | 11111011 | 10111 | 1000111 | 0 | 10 | 100011001 | 1100000 | 1000000 |
Color Harmonies of #C24AFB
Complementary color
Monochromatic Colors of #C24AFB
Black with #C24AFB
Text Example
Text Example
White with #C24AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AFB; }
p { color: rgb(194,74,251); }
H1.HeaderClassName
{
color: #C24AFB;
}
.AnyTagClassName
{
color: #C24AFB;
}
</style>
background-color css
<style>
a { background-color: #C24AFB; }
a { background-color: rgb(194,74,251); }
div.DivClassName
{
background-color: #C24AFB;
}
.BgClassName
{
background-color: #C24AFB;
}
</style>
border-color css
<style>
span { border-color: #C24AFB; }
span { border-color: rgb(194,74,251); }
td.TdClassName
{
border-color: #C24AFB;
}
.TagClassName
{
border-color: #C24AFB;
}
</style>