Shades of Medium Orchid #C32FD0
Tints of Medium Orchid #C32FD0
RGB
CMYK
RGB Variations
Color information
#C32FD0 (or 0xC32FD0) is known color: Medium Orchid. HEX triplet: C3, 2F and D0. RGB value is (195,47,208). Sum of RGB (Red+Green+Blue) = 195+47+208=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #C32FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FD0 is #3CD02F. Grayscale: #6D6D6D. Windows color (decimal): -3985456 or 13643715. OLE color: 13643715.
HSL color Cylindrical-coordinate representation of color #C32FD0: hue angle of 295.16º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32FD0 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 47 | 208 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.18 |
| HSL | 295.16º | 0.63% | 0.5% | - |
| HSV(B) | 295.16º | 0.77% | 0.82% | - |
| XYZ | 34.91 | 18.19 | 61.35 | - |
| YUV | 109.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 208 | 0.06 | 0.77 | 0 | 0.18 | 295.16 | 0.63 | 0.5 |
| Hex | C3 | 2F | D0 | 6 | 4D | 0 | 12 | 127 | 3F | 32 |
| Octal | 303 | 57 | 320 | 6 | 115 | 0 | 22 | 447 | 77 | 62 |
| Binary | 11000011 | 101111 | 11010000 | 110 | 1001101 | 0 | 10010 | 100100111 | 111111 | 110010 |
Color Harmonies of #C32FD0
Complementary color
Monochromatic Colors of #C32FD0
Black with #C32FD0
Text Example
Text Example
White with #C32FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FD0; }
p { color: rgb(195,47,208); }
H1.HeaderClassName
{
color: #C32FD0;
}
.AnyTagClassName
{
color: #C32FD0;
}
</style>
background-color css
<style>
a { background-color: #C32FD0; }
a { background-color: rgb(195,47,208); }
div.DivClassName
{
background-color: #C32FD0;
}
.BgClassName
{
background-color: #C32FD0;
}
</style>
border-color css
<style>
span { border-color: #C32FD0; }
span { border-color: rgb(195,47,208); }
td.TdClassName
{
border-color: #C32FD0;
}
.TagClassName
{
border-color: #C32FD0;
}
</style>