Shades of Medium Orchid #C82FDB
Tints of Medium Orchid #C82FDB
RGB
CMYK
RGB Variations
Color information
#C82FDB (or 0xC82FDB) is known color: Medium Orchid. HEX triplet: C8, 2F and DB. RGB value is (200,47,219). Sum of RGB (Red+Green+Blue) = 200+47+219=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #C82FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FDB is #37D024. Grayscale: #6F6F6F. Windows color (decimal): -3657765 or 14364616. OLE color: 14364616.
HSL color Cylindrical-coordinate representation of color #C82FDB: hue angle of 293.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82FDB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 47 | 219 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.14 |
| HSL | 293.37º | 0.7% | 0.52% | - |
| HSV(B) | 293.37º | 0.79% | 0.86% | - |
| XYZ | 37.62 | 19.43 | 68.78 | - |
| YUV | 112.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 219 | 0.09 | 0.79 | 0 | 0.14 | 293.37 | 0.7 | 0.52 |
| Hex | C8 | 2F | DB | 9 | 4F | 0 | E | 125 | 46 | 34 |
| Octal | 310 | 57 | 333 | 11 | 117 | 0 | 16 | 445 | 106 | 64 |
| Binary | 11001000 | 101111 | 11011011 | 1001 | 1001111 | 0 | 1110 | 100100101 | 1000110 | 110100 |
Color Harmonies of #C82FDB
Complementary color
Monochromatic Colors of #C82FDB
Black with #C82FDB
Text Example
Text Example
White with #C82FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FDB; }
p { color: rgb(200,47,219); }
H1.HeaderClassName
{
color: #C82FDB;
}
.AnyTagClassName
{
color: #C82FDB;
}
</style>
background-color css
<style>
a { background-color: #C82FDB; }
a { background-color: rgb(200,47,219); }
div.DivClassName
{
background-color: #C82FDB;
}
.BgClassName
{
background-color: #C82FDB;
}
</style>
border-color css
<style>
span { border-color: #C82FDB; }
span { border-color: rgb(200,47,219); }
td.TdClassName
{
border-color: #C82FDB;
}
.TagClassName
{
border-color: #C82FDB;
}
</style>