Shades of Medium Orchid #C04AFF
Tints of Medium Orchid #C04AFF
RGB
CMYK
RGB Variations
Color information
#C04AFF (or 0xC04AFF) is known color: Medium Orchid. HEX triplet: C0, 4A and FF. RGB value is (192,74,255). Sum of RGB (Red+Green+Blue) = 192+74+255=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #C04AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04AFF is #3FB500. Grayscale: #818181. Windows color (decimal): -4175105 or 16730816. OLE color: 16730816.
HSL color Cylindrical-coordinate representation of color #C04AFF: hue angle of 279.12º 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 #C04AFF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 74 | 255 | - |
| CMYK | 0.25 | 0.71 | 0 | 0 |
| HSL | 279.12º | 1% | 0.65% | - |
| HSV(B) | 279.12º | 0.71% | 1% | - |
| XYZ | 42.24 | 23.32 | 96.88 | - |
| YUV | 129.92 | 198.59 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 255 | 0.25 | 0.71 | 0 | 0 | 279.12 | 1 | 0.65 |
| Hex | C0 | 4A | FF | 19 | 47 | 0 | 0 | 117 | 64 | 41 |
| Octal | 300 | 112 | 377 | 31 | 107 | 0 | 0 | 427 | 144 | 101 |
| Binary | 11000000 | 1001010 | 11111111 | 11001 | 1000111 | 0 | 0 | 100010111 | 1100100 | 1000001 |
Color Harmonies of #C04AFF
Complementary color
Monochromatic Colors of #C04AFF
Black with #C04AFF
Text Example
Text Example
White with #C04AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AFF; }
p { color: rgb(192,74,255); }
H1.HeaderClassName
{
color: #C04AFF;
}
.AnyTagClassName
{
color: #C04AFF;
}
</style>
background-color css
<style>
a { background-color: #C04AFF; }
a { background-color: rgb(192,74,255); }
div.DivClassName
{
background-color: #C04AFF;
}
.BgClassName
{
background-color: #C04AFF;
}
</style>
border-color css
<style>
span { border-color: #C04AFF; }
span { border-color: rgb(192,74,255); }
td.TdClassName
{
border-color: #C04AFF;
}
.TagClassName
{
border-color: #C04AFF;
}
</style>