Shades of Medium Orchid #C832F3
Tints of Medium Orchid #C832F3
RGB
CMYK
RGB Variations
Color information
#C832F3 (or 0xC832F3) is known color: Medium Orchid. HEX triplet: C8, 32 and F3. RGB value is (200,50,243). Sum of RGB (Red+Green+Blue) = 200+50+243=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #C832F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C832F3 is #37CD0C. Grayscale: #747474. Windows color (decimal): -3656973 or 15938248. OLE color: 15938248.
HSL color Cylindrical-coordinate representation of color #C832F3: hue angle of 286.63º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C832F3 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 50 | 243 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.05 |
| HSL | 286.63º | 0.89% | 0.57% | - |
| HSV(B) | 286.63º | 0.79% | 0.95% | - |
| XYZ | 41.14 | 21.03 | 86.69 | - |
| YUV | 116.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 243 | 0.18 | 0.79 | 0 | 0.05 | 286.63 | 0.89 | 0.57 |
| Hex | C8 | 32 | F3 | 12 | 4F | 0 | 5 | 11F | 59 | 39 |
| Octal | 310 | 62 | 363 | 22 | 117 | 0 | 5 | 437 | 131 | 71 |
| Binary | 11001000 | 110010 | 11110011 | 10010 | 1001111 | 0 | 101 | 100011111 | 1011001 | 111001 |
Color Harmonies of #C832F3
Complementary color
Monochromatic Colors of #C832F3
Black with #C832F3
Text Example
Text Example
White with #C832F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832F3; }
p { color: rgb(200,50,243); }
H1.HeaderClassName
{
color: #C832F3;
}
.AnyTagClassName
{
color: #C832F3;
}
</style>
background-color css
<style>
a { background-color: #C832F3; }
a { background-color: rgb(200,50,243); }
div.DivClassName
{
background-color: #C832F3;
}
.BgClassName
{
background-color: #C832F3;
}
</style>
border-color css
<style>
span { border-color: #C832F3; }
span { border-color: rgb(200,50,243); }
td.TdClassName
{
border-color: #C832F3;
}
.TagClassName
{
border-color: #C832F3;
}
</style>