Shades of Medium Orchid #C84BD3
Tints of Medium Orchid #C84BD3
RGB
CMYK
RGB Variations
Color information
#C84BD3 (or 0xC84BD3) is known color: Medium Orchid. HEX triplet: C8, 4B and D3. RGB value is (200,75,211). Sum of RGB (Red+Green+Blue) = 200+75+211=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #C84BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BD3 is #37B42C. Grayscale: #7F7F7F. Windows color (decimal): -3650605 or 13847496. OLE color: 13847496.
HSL color Cylindrical-coordinate representation of color #C84BD3: hue angle of 295.15º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84BD3 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 75 | 211 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.17 |
| HSL | 295.15º | 0.61% | 0.56% | - |
| HSV(B) | 295.15º | 0.64% | 0.83% | - |
| XYZ | 38.09 | 22.01 | 63.87 | - |
| YUV | 127.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 211 | 0.05 | 0.64 | 0 | 0.17 | 295.15 | 0.61 | 0.56 |
| Hex | C8 | 4B | D3 | 5 | 40 | 0 | 11 | 127 | 3D | 38 |
| Octal | 310 | 113 | 323 | 5 | 100 | 0 | 21 | 447 | 75 | 70 |
| Binary | 11001000 | 1001011 | 11010011 | 101 | 1000000 | 0 | 10001 | 100100111 | 111101 | 111000 |
Color Harmonies of #C84BD3
Complementary color
Monochromatic Colors of #C84BD3
Black with #C84BD3
Text Example
Text Example
White with #C84BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BD3; }
p { color: rgb(200,75,211); }
H1.HeaderClassName
{
color: #C84BD3;
}
.AnyTagClassName
{
color: #C84BD3;
}
</style>
background-color css
<style>
a { background-color: #C84BD3; }
a { background-color: rgb(200,75,211); }
div.DivClassName
{
background-color: #C84BD3;
}
.BgClassName
{
background-color: #C84BD3;
}
</style>
border-color css
<style>
span { border-color: #C84BD3; }
span { border-color: rgb(200,75,211); }
td.TdClassName
{
border-color: #C84BD3;
}
.TagClassName
{
border-color: #C84BD3;
}
</style>