Shades of Medium Orchid #C331DD
Tints of Medium Orchid #C331DD
RGB
CMYK
RGB Variations
Color information
#C331DD (or 0xC331DD) is known color: Medium Orchid. HEX triplet: C3, 31 and DD. RGB value is (195,49,221). Sum of RGB (Red+Green+Blue) = 195+49+221=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C331DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331DD is #3CCE22. Grayscale: #6F6F6F. Windows color (decimal): -3984931 or 14496195. OLE color: 14496195.
HSL color Cylindrical-coordinate representation of color #C331DD: hue angle of 290.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C331DD is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 49 | 221 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.13 |
| HSL | 290.93º | 0.72% | 0.53% | - |
| HSV(B) | 290.93º | 0.78% | 0.87% | - |
| XYZ | 36.66 | 19.02 | 70.15 | - |
| YUV | 112.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 221 | 0.12 | 0.78 | 0 | 0.13 | 290.93 | 0.72 | 0.53 |
| Hex | C3 | 31 | DD | C | 4E | 0 | D | 123 | 48 | 35 |
| Octal | 303 | 61 | 335 | 14 | 116 | 0 | 15 | 443 | 110 | 65 |
| Binary | 11000011 | 110001 | 11011101 | 1100 | 1001110 | 0 | 1101 | 100100011 | 1001000 | 110101 |
Color Harmonies of #C331DD
Complementary color
Monochromatic Colors of #C331DD
Black with #C331DD
Text Example
Text Example
White with #C331DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331DD; }
p { color: rgb(195,49,221); }
H1.HeaderClassName
{
color: #C331DD;
}
.AnyTagClassName
{
color: #C331DD;
}
</style>
background-color css
<style>
a { background-color: #C331DD; }
a { background-color: rgb(195,49,221); }
div.DivClassName
{
background-color: #C331DD;
}
.BgClassName
{
background-color: #C331DD;
}
</style>
border-color css
<style>
span { border-color: #C331DD; }
span { border-color: rgb(195,49,221); }
td.TdClassName
{
border-color: #C331DD;
}
.TagClassName
{
border-color: #C331DD;
}
</style>