Shades of Medium Orchid #C350DD
Tints of Medium Orchid #C350DD
RGB
CMYK
RGB Variations
Color information
#C350DD (or 0xC350DD) is known color: Medium Orchid. HEX triplet: C3, 50 and DD. RGB value is (195,80,221). Sum of RGB (Red+Green+Blue) = 195+80+221=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #C350DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350DD is #3CAF22. Grayscale: #828282. Windows color (decimal): -3976995 or 14504131. OLE color: 14504131.
HSL color Cylindrical-coordinate representation of color #C350DD: hue angle of 288.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C350DD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 80 | 221 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.13 |
| HSL | 288.94º | 0.67% | 0.59% | - |
| HSV(B) | 288.94º | 0.64% | 0.87% | - |
| XYZ | 38.43 | 22.56 | 70.74 | - |
| YUV | 130.46 | 179.1 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 221 | 0.12 | 0.64 | 0 | 0.13 | 288.94 | 0.67 | 0.59 |
| Hex | C3 | 50 | DD | C | 40 | 0 | D | 121 | 43 | 3B |
| Octal | 303 | 120 | 335 | 14 | 100 | 0 | 15 | 441 | 103 | 73 |
| Binary | 11000011 | 1010000 | 11011101 | 1100 | 1000000 | 0 | 1101 | 100100001 | 1000011 | 111011 |
Color Harmonies of #C350DD
Complementary color
Monochromatic Colors of #C350DD
Black with #C350DD
Text Example
Text Example
White with #C350DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350DD; }
p { color: rgb(195,80,221); }
H1.HeaderClassName
{
color: #C350DD;
}
.AnyTagClassName
{
color: #C350DD;
}
</style>
background-color css
<style>
a { background-color: #C350DD; }
a { background-color: rgb(195,80,221); }
div.DivClassName
{
background-color: #C350DD;
}
.BgClassName
{
background-color: #C350DD;
}
</style>
border-color css
<style>
span { border-color: #C350DD; }
span { border-color: rgb(195,80,221); }
td.TdClassName
{
border-color: #C350DD;
}
.TagClassName
{
border-color: #C350DD;
}
</style>