Shades of Medium Orchid #C338DD
Tints of Medium Orchid #C338DD
RGB
CMYK
RGB Variations
Color information
#C338DD (or 0xC338DD) is known color: Medium Orchid. HEX triplet: C3, 38 and DD. RGB value is (195,56,221). Sum of RGB (Red+Green+Blue) = 195+56+221=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #C338DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338DD is #3CC722. Grayscale: #737373. Windows color (decimal): -3983139 or 14497987. OLE color: 14497987.
HSL color Cylindrical-coordinate representation of color #C338DD: hue angle of 290.55º 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 #C338DD is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 56 | 221 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.13 |
| HSL | 290.55º | 0.71% | 0.54% | - |
| HSV(B) | 290.55º | 0.75% | 0.87% | - |
| XYZ | 36.97 | 19.65 | 70.25 | - |
| YUV | 116.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 221 | 0.12 | 0.75 | 0 | 0.13 | 290.55 | 0.71 | 0.54 |
| Hex | C3 | 38 | DD | C | 4B | 0 | D | 123 | 47 | 36 |
| Octal | 303 | 70 | 335 | 14 | 113 | 0 | 15 | 443 | 107 | 66 |
| Binary | 11000011 | 111000 | 11011101 | 1100 | 1001011 | 0 | 1101 | 100100011 | 1000111 | 110110 |
Color Harmonies of #C338DD
Complementary color
Monochromatic Colors of #C338DD
Black with #C338DD
Text Example
Text Example
White with #C338DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338DD; }
p { color: rgb(195,56,221); }
H1.HeaderClassName
{
color: #C338DD;
}
.AnyTagClassName
{
color: #C338DD;
}
</style>
background-color css
<style>
a { background-color: #C338DD; }
a { background-color: rgb(195,56,221); }
div.DivClassName
{
background-color: #C338DD;
}
.BgClassName
{
background-color: #C338DD;
}
</style>
border-color css
<style>
span { border-color: #C338DD; }
span { border-color: rgb(195,56,221); }
td.TdClassName
{
border-color: #C338DD;
}
.TagClassName
{
border-color: #C338DD;
}
</style>