Shades of Medium Orchid #C337DD
Tints of Medium Orchid #C337DD
RGB
CMYK
RGB Variations
Color information
#C337DD (or 0xC337DD) is known color: Medium Orchid. HEX triplet: C3, 37 and DD. RGB value is (195,55,221). Sum of RGB (Red+Green+Blue) = 195+55+221=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #C337DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C337DD is #3CC822. Grayscale: #737373. Windows color (decimal): -3983395 or 14497731. OLE color: 14497731.
HSL color Cylindrical-coordinate representation of color #C337DD: hue angle of 290.6º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C337DD is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 55 | 221 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.13 |
| HSL | 290.6º | 0.71% | 0.54% | - |
| HSV(B) | 290.6º | 0.75% | 0.87% | - |
| XYZ | 36.92 | 19.55 | 70.24 | - |
| YUV | 115.78 | 187.38 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 221 | 0.12 | 0.75 | 0 | 0.13 | 290.6 | 0.71 | 0.54 |
| Hex | C3 | 37 | DD | C | 4B | 0 | D | 123 | 47 | 36 |
| Octal | 303 | 67 | 335 | 14 | 113 | 0 | 15 | 443 | 107 | 66 |
| Binary | 11000011 | 110111 | 11011101 | 1100 | 1001011 | 0 | 1101 | 100100011 | 1000111 | 110110 |
Color Harmonies of #C337DD
Complementary color
Monochromatic Colors of #C337DD
Black with #C337DD
Text Example
Text Example
White with #C337DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C337DD; }
p { color: rgb(195,55,221); }
H1.HeaderClassName
{
color: #C337DD;
}
.AnyTagClassName
{
color: #C337DD;
}
</style>
background-color css
<style>
a { background-color: #C337DD; }
a { background-color: rgb(195,55,221); }
div.DivClassName
{
background-color: #C337DD;
}
.BgClassName
{
background-color: #C337DD;
}
</style>
border-color css
<style>
span { border-color: #C337DD; }
span { border-color: rgb(195,55,221); }
td.TdClassName
{
border-color: #C337DD;
}
.TagClassName
{
border-color: #C337DD;
}
</style>