Shades of Medium Orchid #C84BD2
Tints of Medium Orchid #C84BD2
RGB
CMYK
RGB Variations
Color information
#C84BD2 (or 0xC84BD2) is known color: Medium Orchid. HEX triplet: C8, 4B and D2. RGB value is (200,75,210). Sum of RGB (Red+Green+Blue) = 200+75+210=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #C84BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BD2 is #37B42D. Grayscale: #7F7F7F. Windows color (decimal): -3650606 or 13781960. OLE color: 13781960.
HSL color Cylindrical-coordinate representation of color #C84BD2: hue angle of 295.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84BD2 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 75 | 210 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.18 |
| HSL | 295.56º | 0.6% | 0.56% | - |
| HSV(B) | 295.56º | 0.64% | 0.82% | - |
| XYZ | 37.97 | 21.96 | 63.21 | - |
| YUV | 127.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 210 | 0.05 | 0.64 | 0 | 0.18 | 295.56 | 0.6 | 0.56 |
| Hex | C8 | 4B | D2 | 5 | 40 | 0 | 12 | 128 | 3C | 38 |
| Octal | 310 | 113 | 322 | 5 | 100 | 0 | 22 | 450 | 74 | 70 |
| Binary | 11001000 | 1001011 | 11010010 | 101 | 1000000 | 0 | 10010 | 100101000 | 111100 | 111000 |
Color Harmonies of #C84BD2
Complementary color
Monochromatic Colors of #C84BD2
Black with #C84BD2
Text Example
Text Example
White with #C84BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BD2; }
p { color: rgb(200,75,210); }
H1.HeaderClassName
{
color: #C84BD2;
}
.AnyTagClassName
{
color: #C84BD2;
}
</style>
background-color css
<style>
a { background-color: #C84BD2; }
a { background-color: rgb(200,75,210); }
div.DivClassName
{
background-color: #C84BD2;
}
.BgClassName
{
background-color: #C84BD2;
}
</style>
border-color css
<style>
span { border-color: #C84BD2; }
span { border-color: rgb(200,75,210); }
td.TdClassName
{
border-color: #C84BD2;
}
.TagClassName
{
border-color: #C84BD2;
}
</style>