Shades of Medium Orchid #C82BDF
Tints of Medium Orchid #C82BDF
RGB
CMYK
RGB Variations
Color information
#C82BDF (or 0xC82BDF) is known color: Medium Orchid. HEX triplet: C8, 2B and DF. RGB value is (200,43,223). Sum of RGB (Red+Green+Blue) = 200+43+223=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #C82BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BDF is #37D420. Grayscale: #6D6D6D. Windows color (decimal): -3658785 or 14625736. OLE color: 14625736.
HSL color Cylindrical-coordinate representation of color #C82BDF: hue angle of 292.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82BDF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 43 | 223 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.13 |
| HSL | 292.33º | 0.74% | 0.52% | - |
| HSV(B) | 292.33º | 0.81% | 0.87% | - |
| XYZ | 38 | 19.33 | 71.54 | - |
| YUV | 110.46 | 191.51 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 223 | 0.10 | 0.81 | 0 | 0.13 | 292.33 | 0.74 | 0.52 |
| Hex | C8 | 2B | DF | A | 51 | 0 | D | 124 | 4A | 34 |
| Octal | 310 | 53 | 337 | 12 | 121 | 0 | 15 | 444 | 112 | 64 |
| Binary | 11001000 | 101011 | 11011111 | 1010 | 1010001 | 0 | 1101 | 100100100 | 1001010 | 110100 |
Color Harmonies of #C82BDF
Complementary color
Monochromatic Colors of #C82BDF
Black with #C82BDF
Text Example
Text Example
White with #C82BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BDF; }
p { color: rgb(200,43,223); }
H1.HeaderClassName
{
color: #C82BDF;
}
.AnyTagClassName
{
color: #C82BDF;
}
</style>
background-color css
<style>
a { background-color: #C82BDF; }
a { background-color: rgb(200,43,223); }
div.DivClassName
{
background-color: #C82BDF;
}
.BgClassName
{
background-color: #C82BDF;
}
</style>
border-color css
<style>
span { border-color: #C82BDF; }
span { border-color: rgb(200,43,223); }
td.TdClassName
{
border-color: #C82BDF;
}
.TagClassName
{
border-color: #C82BDF;
}
</style>