Shades of Medium Orchid #C84BD7
Tints of Medium Orchid #C84BD7
RGB
CMYK
RGB Variations
Color information
#C84BD7 (or 0xC84BD7) is known color: Medium Orchid. HEX triplet: C8, 4B and D7. RGB value is (200,75,215). Sum of RGB (Red+Green+Blue) = 200+75+215=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #C84BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BD7 is #37B428. Grayscale: #7F7F7F. Windows color (decimal): -3650601 or 14109640. OLE color: 14109640.
HSL color Cylindrical-coordinate representation of color #C84BD7: hue angle of 293.57º degrees, saturation: 0.64, 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 #C84BD7 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 75 | 215 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.16 |
| HSL | 293.57º | 0.64% | 0.57% | - |
| HSV(B) | 293.57º | 0.65% | 0.84% | - |
| XYZ | 38.6 | 22.22 | 66.54 | - |
| YUV | 128.34 | 176.91 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 215 | 0.07 | 0.65 | 0 | 0.16 | 293.57 | 0.64 | 0.57 |
| Hex | C8 | 4B | D7 | 7 | 41 | 0 | 10 | 126 | 40 | 39 |
| Octal | 310 | 113 | 327 | 7 | 101 | 0 | 20 | 446 | 100 | 71 |
| Binary | 11001000 | 1001011 | 11010111 | 111 | 1000001 | 0 | 10000 | 100100110 | 1000000 | 111001 |
Color Harmonies of #C84BD7
Complementary color
Monochromatic Colors of #C84BD7
Black with #C84BD7
Text Example
Text Example
White with #C84BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BD7; }
p { color: rgb(200,75,215); }
H1.HeaderClassName
{
color: #C84BD7;
}
.AnyTagClassName
{
color: #C84BD7;
}
</style>
background-color css
<style>
a { background-color: #C84BD7; }
a { background-color: rgb(200,75,215); }
div.DivClassName
{
background-color: #C84BD7;
}
.BgClassName
{
background-color: #C84BD7;
}
</style>
border-color css
<style>
span { border-color: #C84BD7; }
span { border-color: rgb(200,75,215); }
td.TdClassName
{
border-color: #C84BD7;
}
.TagClassName
{
border-color: #C84BD7;
}
</style>