Shades of Medium Orchid #C832DC
Tints of Medium Orchid #C832DC
RGB
CMYK
RGB Variations
Color information
#C832DC (or 0xC832DC) is known color: Medium Orchid. HEX triplet: C8, 32 and DC. RGB value is (200,50,220). Sum of RGB (Red+Green+Blue) = 200+50+220=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #C832DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832DC is #37CD23. Grayscale: #717171. Windows color (decimal): -3656996 or 14430920. OLE color: 14430920.
HSL color Cylindrical-coordinate representation of color #C832DC: hue angle of 292.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C832DC is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 50 | 220 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.14 |
| HSL | 292.94º | 0.71% | 0.53% | - |
| HSV(B) | 292.94º | 0.77% | 0.86% | - |
| XYZ | 37.88 | 19.73 | 69.52 | - |
| YUV | 114.23 | 187.7 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 220 | 0.09 | 0.77 | 0 | 0.14 | 292.94 | 0.71 | 0.53 |
| Hex | C8 | 32 | DC | 9 | 4D | 0 | E | 125 | 47 | 35 |
| Octal | 310 | 62 | 334 | 11 | 115 | 0 | 16 | 445 | 107 | 65 |
| Binary | 11001000 | 110010 | 11011100 | 1001 | 1001101 | 0 | 1110 | 100100101 | 1000111 | 110101 |
Color Harmonies of #C832DC
Complementary color
Monochromatic Colors of #C832DC
Black with #C832DC
Text Example
Text Example
White with #C832DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832DC; }
p { color: rgb(200,50,220); }
H1.HeaderClassName
{
color: #C832DC;
}
.AnyTagClassName
{
color: #C832DC;
}
</style>
background-color css
<style>
a { background-color: #C832DC; }
a { background-color: rgb(200,50,220); }
div.DivClassName
{
background-color: #C832DC;
}
.BgClassName
{
background-color: #C832DC;
}
</style>
border-color css
<style>
span { border-color: #C832DC; }
span { border-color: rgb(200,50,220); }
td.TdClassName
{
border-color: #C832DC;
}
.TagClassName
{
border-color: #C832DC;
}
</style>