Shades of Medium Orchid #C84AFE
Tints of Medium Orchid #C84AFE
RGB
CMYK
RGB Variations
Color information
#C84AFE (or 0xC84AFE) is known color: Medium Orchid. HEX triplet: C8, 4A and FE. RGB value is (200,74,254). Sum of RGB (Red+Green+Blue) = 200+74+254=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #C84AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AFE is #37B501. Grayscale: #838383. Windows color (decimal): -3650818 or 16665288. OLE color: 16665288.
HSL color Cylindrical-coordinate representation of color #C84AFE: hue angle of 282º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C84AFE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 74 | 254 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.00 |
| HSL | 282º | 0.99% | 0.64% | - |
| HSV(B) | 282º | 0.71% | 1% | - |
| XYZ | 44.16 | 24.33 | 96.14 | - |
| YUV | 132.19 | 196.74 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 254 | 0.21 | 0.71 | 0 | 0.00 | 282 | 0.99 | 0.64 |
| Hex | C8 | 4A | FE | 15 | 47 | 0 | 0 | 11A | 63 | 40 |
| Octal | 310 | 112 | 376 | 25 | 107 | 0 | 0 | 432 | 143 | 100 |
| Binary | 11001000 | 1001010 | 11111110 | 10101 | 1000111 | 0 | 0 | 100011010 | 1100011 | 1000000 |
Color Harmonies of #C84AFE
Complementary color
Monochromatic Colors of #C84AFE
Black with #C84AFE
Text Example
Text Example
White with #C84AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AFE; }
p { color: rgb(200,74,254); }
H1.HeaderClassName
{
color: #C84AFE;
}
.AnyTagClassName
{
color: #C84AFE;
}
</style>
background-color css
<style>
a { background-color: #C84AFE; }
a { background-color: rgb(200,74,254); }
div.DivClassName
{
background-color: #C84AFE;
}
.BgClassName
{
background-color: #C84AFE;
}
</style>
border-color css
<style>
span { border-color: #C84AFE; }
span { border-color: rgb(200,74,254); }
td.TdClassName
{
border-color: #C84AFE;
}
.TagClassName
{
border-color: #C84AFE;
}
</style>