Shades of Medium Orchid #C24BFD
Tints of Medium Orchid #C24BFD
RGB
CMYK
RGB Variations
Color information
#C24BFD (or 0xC24BFD) is known color: Medium Orchid. HEX triplet: C2, 4B and FD. RGB value is (194,75,253). Sum of RGB (Red+Green+Blue) = 194+75+253=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #C24BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BFD is #3DB402. Grayscale: #828282. Windows color (decimal): -4043779 or 16600002. OLE color: 16600002.
HSL color Cylindrical-coordinate representation of color #C24BFD: hue angle of 280.11º 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 #C24BFD is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 75 | 253 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.01 |
| HSL | 280.11º | 0.98% | 0.64% | - |
| HSV(B) | 280.11º | 0.7% | 0.99% | - |
| XYZ | 42.49 | 23.59 | 95.24 | - |
| YUV | 130.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 253 | 0.23 | 0.70 | 0 | 0.01 | 280.11 | 0.98 | 0.64 |
| Hex | C2 | 4B | FD | 17 | 46 | 0 | 1 | 118 | 62 | 40 |
| Octal | 302 | 113 | 375 | 27 | 106 | 0 | 1 | 430 | 142 | 100 |
| Binary | 11000010 | 1001011 | 11111101 | 10111 | 1000110 | 0 | 1 | 100011000 | 1100010 | 1000000 |
Color Harmonies of #C24BFD
Complementary color
Monochromatic Colors of #C24BFD
Black with #C24BFD
Text Example
Text Example
White with #C24BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BFD; }
p { color: rgb(194,75,253); }
H1.HeaderClassName
{
color: #C24BFD;
}
.AnyTagClassName
{
color: #C24BFD;
}
</style>
background-color css
<style>
a { background-color: #C24BFD; }
a { background-color: rgb(194,75,253); }
div.DivClassName
{
background-color: #C24BFD;
}
.BgClassName
{
background-color: #C24BFD;
}
</style>
border-color css
<style>
span { border-color: #C24BFD; }
span { border-color: rgb(194,75,253); }
td.TdClassName
{
border-color: #C24BFD;
}
.TagClassName
{
border-color: #C24BFD;
}
</style>