Shades of Medium Orchid #C84BD6
Tints of Medium Orchid #C84BD6
RGB
CMYK
RGB Variations
Color information
#C84BD6 (or 0xC84BD6) is known color: Medium Orchid. HEX triplet: C8, 4B and D6. RGB value is (200,75,214). Sum of RGB (Red+Green+Blue) = 200+75+214=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #C84BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BD6 is #37B429. Grayscale: #7F7F7F. Windows color (decimal): -3650602 or 14044104. OLE color: 14044104.
HSL color Cylindrical-coordinate representation of color #C84BD6: hue angle of 293.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84BD6 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 75 | 214 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.16 |
| HSL | 293.96º | 0.63% | 0.57% | - |
| HSV(B) | 293.96º | 0.65% | 0.84% | - |
| XYZ | 38.47 | 22.17 | 65.87 | - |
| YUV | 128.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 214 | 0.07 | 0.65 | 0 | 0.16 | 293.96 | 0.63 | 0.57 |
| Hex | C8 | 4B | D6 | 7 | 41 | 0 | 10 | 126 | 3F | 39 |
| Octal | 310 | 113 | 326 | 7 | 101 | 0 | 20 | 446 | 77 | 71 |
| Binary | 11001000 | 1001011 | 11010110 | 111 | 1000001 | 0 | 10000 | 100100110 | 111111 | 111001 |
Color Harmonies of #C84BD6
Complementary color
Monochromatic Colors of #C84BD6
Black with #C84BD6
Text Example
Text Example
White with #C84BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BD6; }
p { color: rgb(200,75,214); }
H1.HeaderClassName
{
color: #C84BD6;
}
.AnyTagClassName
{
color: #C84BD6;
}
</style>
background-color css
<style>
a { background-color: #C84BD6; }
a { background-color: rgb(200,75,214); }
div.DivClassName
{
background-color: #C84BD6;
}
.BgClassName
{
background-color: #C84BD6;
}
</style>
border-color css
<style>
span { border-color: #C84BD6; }
span { border-color: rgb(200,75,214); }
td.TdClassName
{
border-color: #C84BD6;
}
.TagClassName
{
border-color: #C84BD6;
}
</style>