Shades of Medium Orchid #C84FF2
Tints of Medium Orchid #C84FF2
RGB
CMYK
RGB Variations
Color information
#C84FF2 (or 0xC84FF2) is known color: Medium Orchid. HEX triplet: C8, 4F and F2. RGB value is (200,79,242). Sum of RGB (Red+Green+Blue) = 200+79+242=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #C84FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FF2 is #37B00D. Grayscale: #858585. Windows color (decimal): -3649550 or 15880136. OLE color: 15880136.
HSL color Cylindrical-coordinate representation of color #C84FF2: hue angle of 284.54º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84FF2 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 79 | 242 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.05 |
| HSL | 284.54º | 0.86% | 0.63% | - |
| HSV(B) | 284.54º | 0.67% | 0.95% | - |
| XYZ | 42.64 | 24.28 | 86.44 | - |
| YUV | 133.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 242 | 0.17 | 0.67 | 0 | 0.05 | 284.54 | 0.86 | 0.63 |
| Hex | C8 | 4F | F2 | 11 | 43 | 0 | 5 | 11D | 56 | 3F |
| Octal | 310 | 117 | 362 | 21 | 103 | 0 | 5 | 435 | 126 | 77 |
| Binary | 11001000 | 1001111 | 11110010 | 10001 | 1000011 | 0 | 101 | 100011101 | 1010110 | 111111 |
Color Harmonies of #C84FF2
Complementary color
Monochromatic Colors of #C84FF2
Black with #C84FF2
Text Example
Text Example
White with #C84FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FF2; }
p { color: rgb(200,79,242); }
H1.HeaderClassName
{
color: #C84FF2;
}
.AnyTagClassName
{
color: #C84FF2;
}
</style>
background-color css
<style>
a { background-color: #C84FF2; }
a { background-color: rgb(200,79,242); }
div.DivClassName
{
background-color: #C84FF2;
}
.BgClassName
{
background-color: #C84FF2;
}
</style>
border-color css
<style>
span { border-color: #C84FF2; }
span { border-color: rgb(200,79,242); }
td.TdClassName
{
border-color: #C84FF2;
}
.TagClassName
{
border-color: #C84FF2;
}
</style>