Shades of Medium Orchid #C84BDE
Tints of Medium Orchid #C84BDE
RGB
CMYK
RGB Variations
Color information
#C84BDE (or 0xC84BDE) is known color: Medium Orchid. HEX triplet: C8, 4B and DE. RGB value is (200,75,222). Sum of RGB (Red+Green+Blue) = 200+75+222=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #C84BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BDE is #37B421. Grayscale: #808080. Windows color (decimal): -3650594 or 14568392. OLE color: 14568392.
HSL color Cylindrical-coordinate representation of color #C84BDE: hue angle of 291.02º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84BDE is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 75 | 222 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.13 |
| HSL | 291.02º | 0.69% | 0.58% | - |
| HSV(B) | 291.02º | 0.66% | 0.87% | - |
| XYZ | 39.52 | 22.59 | 71.38 | - |
| YUV | 129.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 222 | 0.10 | 0.66 | 0 | 0.13 | 291.02 | 0.69 | 0.58 |
| Hex | C8 | 4B | DE | A | 42 | 0 | D | 123 | 45 | 3A |
| Octal | 310 | 113 | 336 | 12 | 102 | 0 | 15 | 443 | 105 | 72 |
| Binary | 11001000 | 1001011 | 11011110 | 1010 | 1000010 | 0 | 1101 | 100100011 | 1000101 | 111010 |
Color Harmonies of #C84BDE
Complementary color
Monochromatic Colors of #C84BDE
Black with #C84BDE
Text Example
Text Example
White with #C84BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BDE; }
p { color: rgb(200,75,222); }
H1.HeaderClassName
{
color: #C84BDE;
}
.AnyTagClassName
{
color: #C84BDE;
}
</style>
background-color css
<style>
a { background-color: #C84BDE; }
a { background-color: rgb(200,75,222); }
div.DivClassName
{
background-color: #C84BDE;
}
.BgClassName
{
background-color: #C84BDE;
}
</style>
border-color css
<style>
span { border-color: #C84BDE; }
span { border-color: rgb(200,75,222); }
td.TdClassName
{
border-color: #C84BDE;
}
.TagClassName
{
border-color: #C84BDE;
}
</style>