Shades of Medium Orchid #C04AFD
Tints of Medium Orchid #C04AFD
RGB
CMYK
RGB Variations
Color information
#C04AFD (or 0xC04AFD) is known color: Medium Orchid. HEX triplet: C0, 4A and FD. RGB value is (192,74,253). Sum of RGB (Red+Green+Blue) = 192+74+253=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #C04AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04AFD is #3FB502. Grayscale: #818181. Windows color (decimal): -4175107 or 16599744. OLE color: 16599744.
HSL color Cylindrical-coordinate representation of color #C04AFD: hue angle of 279.55º 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 #C04AFD is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 74 | 253 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.01 |
| HSL | 279.55º | 0.98% | 0.64% | - |
| HSV(B) | 279.55º | 0.71% | 0.99% | - |
| XYZ | 41.92 | 23.2 | 95.2 | - |
| YUV | 129.69 | 197.59 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 253 | 0.24 | 0.71 | 0 | 0.01 | 279.55 | 0.98 | 0.64 |
| Hex | C0 | 4A | FD | 18 | 47 | 0 | 1 | 118 | 62 | 40 |
| Octal | 300 | 112 | 375 | 30 | 107 | 0 | 1 | 430 | 142 | 100 |
| Binary | 11000000 | 1001010 | 11111101 | 11000 | 1000111 | 0 | 1 | 100011000 | 1100010 | 1000000 |
Color Harmonies of #C04AFD
Complementary color
Monochromatic Colors of #C04AFD
Black with #C04AFD
Text Example
Text Example
White with #C04AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AFD; }
p { color: rgb(192,74,253); }
H1.HeaderClassName
{
color: #C04AFD;
}
.AnyTagClassName
{
color: #C04AFD;
}
</style>
background-color css
<style>
a { background-color: #C04AFD; }
a { background-color: rgb(192,74,253); }
div.DivClassName
{
background-color: #C04AFD;
}
.BgClassName
{
background-color: #C04AFD;
}
</style>
border-color css
<style>
span { border-color: #C04AFD; }
span { border-color: rgb(192,74,253); }
td.TdClassName
{
border-color: #C04AFD;
}
.TagClassName
{
border-color: #C04AFD;
}
</style>