Shades of Medium Orchid #C84AFA
Tints of Medium Orchid #C84AFA
RGB
CMYK
RGB Variations
Color information
#C84AFA (or 0xC84AFA) is known color: Medium Orchid. HEX triplet: C8, 4A and FA. RGB value is (200,74,250). Sum of RGB (Red+Green+Blue) = 200+74+250=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #C84AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AFA is #37B505. Grayscale: #838383. Windows color (decimal): -3650822 or 16403144. OLE color: 16403144.
HSL color Cylindrical-coordinate representation of color #C84AFA: hue angle of 282.95º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C84AFA is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 74 | 250 | - |
| CMYK | 0.2 | 0.70 | 0 | 0.02 |
| HSL | 282.95º | 0.95% | 0.64% | - |
| HSV(B) | 282.95º | 0.7% | 0.98% | - |
| XYZ | 43.52 | 24.08 | 92.8 | - |
| YUV | 131.74 | 194.74 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 250 | 0.2 | 0.70 | 0 | 0.02 | 282.95 | 0.95 | 0.64 |
| Hex | C8 | 4A | FA | 14 | 46 | 0 | 2 | 11B | 5F | 40 |
| Octal | 310 | 112 | 372 | 24 | 106 | 0 | 2 | 433 | 137 | 100 |
| Binary | 11001000 | 1001010 | 11111010 | 10100 | 1000110 | 0 | 10 | 100011011 | 1011111 | 1000000 |
Color Harmonies of #C84AFA
Complementary color
Monochromatic Colors of #C84AFA
Black with #C84AFA
Text Example
Text Example
White with #C84AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AFA; }
p { color: rgb(200,74,250); }
H1.HeaderClassName
{
color: #C84AFA;
}
.AnyTagClassName
{
color: #C84AFA;
}
</style>
background-color css
<style>
a { background-color: #C84AFA; }
a { background-color: rgb(200,74,250); }
div.DivClassName
{
background-color: #C84AFA;
}
.BgClassName
{
background-color: #C84AFA;
}
</style>
border-color css
<style>
span { border-color: #C84AFA; }
span { border-color: rgb(200,74,250); }
td.TdClassName
{
border-color: #C84AFA;
}
.TagClassName
{
border-color: #C84AFA;
}
</style>