Shades of Medium Orchid #C84DEA
Tints of Medium Orchid #C84DEA
RGB
CMYK
RGB Variations
Color information
#C84DEA (or 0xC84DEA) is known color: Medium Orchid. HEX triplet: C8, 4D and EA. RGB value is (200,77,234). Sum of RGB (Red+Green+Blue) = 200+77+234=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #C84DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DEA is #37B215. Grayscale: #838383. Windows color (decimal): -3650070 or 15355336. OLE color: 15355336.
HSL color Cylindrical-coordinate representation of color #C84DEA: hue angle of 287.01º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84DEA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 77 | 234 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.08 |
| HSL | 287.01º | 0.79% | 0.61% | - |
| HSV(B) | 287.01º | 0.67% | 0.92% | - |
| XYZ | 41.32 | 23.53 | 80.21 | - |
| YUV | 131.68 | 185.75 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 234 | 0.15 | 0.67 | 0 | 0.08 | 287.01 | 0.79 | 0.61 |
| Hex | C8 | 4D | EA | F | 43 | 0 | 8 | 11F | 4F | 3D |
| Octal | 310 | 115 | 352 | 17 | 103 | 0 | 10 | 437 | 117 | 75 |
| Binary | 11001000 | 1001101 | 11101010 | 1111 | 1000011 | 0 | 1000 | 100011111 | 1001111 | 111101 |
Color Harmonies of #C84DEA
Complementary color
Monochromatic Colors of #C84DEA
Black with #C84DEA
Text Example
Text Example
White with #C84DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DEA; }
p { color: rgb(200,77,234); }
H1.HeaderClassName
{
color: #C84DEA;
}
.AnyTagClassName
{
color: #C84DEA;
}
</style>
background-color css
<style>
a { background-color: #C84DEA; }
a { background-color: rgb(200,77,234); }
div.DivClassName
{
background-color: #C84DEA;
}
.BgClassName
{
background-color: #C84DEA;
}
</style>
border-color css
<style>
span { border-color: #C84DEA; }
span { border-color: rgb(200,77,234); }
td.TdClassName
{
border-color: #C84DEA;
}
.TagClassName
{
border-color: #C84DEA;
}
</style>