Shades of Medium Orchid #C24AFD
Tints of Medium Orchid #C24AFD
RGB
CMYK
RGB Variations
Color information
#C24AFD (or 0xC24AFD) is known color: Medium Orchid. HEX triplet: C2, 4A and FD. RGB value is (194,74,253). Sum of RGB (Red+Green+Blue) = 194+74+253=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #C24AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AFD is #3DB502. Grayscale: #818181. Windows color (decimal): -4044035 or 16599746. OLE color: 16599746.
HSL color Cylindrical-coordinate representation of color #C24AFD: hue angle of 280.22º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24AFD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 74 | 253 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.01 |
| HSL | 280.22º | 0.98% | 0.64% | - |
| HSV(B) | 280.22º | 0.71% | 0.99% | - |
| XYZ | 42.43 | 23.46 | 95.22 | - |
| YUV | 130.29 | 197.26 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 253 | 0.23 | 0.71 | 0 | 0.01 | 280.22 | 0.98 | 0.64 |
| Hex | C2 | 4A | FD | 17 | 47 | 0 | 1 | 118 | 62 | 40 |
| Octal | 302 | 112 | 375 | 27 | 107 | 0 | 1 | 430 | 142 | 100 |
| Binary | 11000010 | 1001010 | 11111101 | 10111 | 1000111 | 0 | 1 | 100011000 | 1100010 | 1000000 |
Color Harmonies of #C24AFD
Complementary color
Monochromatic Colors of #C24AFD
Black with #C24AFD
Text Example
Text Example
White with #C24AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AFD; }
p { color: rgb(194,74,253); }
H1.HeaderClassName
{
color: #C24AFD;
}
.AnyTagClassName
{
color: #C24AFD;
}
</style>
background-color css
<style>
a { background-color: #C24AFD; }
a { background-color: rgb(194,74,253); }
div.DivClassName
{
background-color: #C24AFD;
}
.BgClassName
{
background-color: #C24AFD;
}
</style>
border-color css
<style>
span { border-color: #C24AFD; }
span { border-color: rgb(194,74,253); }
td.TdClassName
{
border-color: #C24AFD;
}
.TagClassName
{
border-color: #C24AFD;
}
</style>