Shades of Medium Orchid #C82CD4
Tints of Medium Orchid #C82CD4
RGB
CMYK
RGB Variations
Color information
#C82CD4 (or 0xC82CD4) is known color: Medium Orchid. HEX triplet: C8, 2C and D4. RGB value is (200,44,212). Sum of RGB (Red+Green+Blue) = 200+44+212=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 212 - color contains mainly: blue. Hex color #C82CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CD4 is #37D32B. Grayscale: #6D6D6D. Windows color (decimal): -3658540 or 13905096. OLE color: 13905096.
HSL color Cylindrical-coordinate representation of color #C82CD4: hue angle of 295.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82CD4 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 44 | 212 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.17 |
| HSL | 295.71º | 0.66% | 0.5% | - |
| HSV(B) | 295.71º | 0.79% | 0.83% | - |
| XYZ | 36.6 | 18.83 | 63.99 | - |
| YUV | 109.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 212 | 0.06 | 0.79 | 0 | 0.17 | 295.71 | 0.66 | 0.5 |
| Hex | C8 | 2C | D4 | 6 | 4F | 0 | 11 | 128 | 42 | 32 |
| Octal | 310 | 54 | 324 | 6 | 117 | 0 | 21 | 450 | 102 | 62 |
| Binary | 11001000 | 101100 | 11010100 | 110 | 1001111 | 0 | 10001 | 100101000 | 1000010 | 110010 |
Color Harmonies of #C82CD4
Complementary color
Monochromatic Colors of #C82CD4
Black with #C82CD4
Text Example
Text Example
White with #C82CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CD4; }
p { color: rgb(200,44,212); }
H1.HeaderClassName
{
color: #C82CD4;
}
.AnyTagClassName
{
color: #C82CD4;
}
</style>
background-color css
<style>
a { background-color: #C82CD4; }
a { background-color: rgb(200,44,212); }
div.DivClassName
{
background-color: #C82CD4;
}
.BgClassName
{
background-color: #C82CD4;
}
</style>
border-color css
<style>
span { border-color: #C82CD4; }
span { border-color: rgb(200,44,212); }
td.TdClassName
{
border-color: #C82CD4;
}
.TagClassName
{
border-color: #C82CD4;
}
</style>