Shades of Medium Orchid #C350DE
Tints of Medium Orchid #C350DE
RGB
CMYK
RGB Variations
Color information
#C350DE (or 0xC350DE) is known color: Medium Orchid. HEX triplet: C3, 50 and DE. RGB value is (195,80,222). Sum of RGB (Red+Green+Blue) = 195+80+222=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #C350DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350DE is #3CAF21. Grayscale: #828282. Windows color (decimal): -3976994 or 14569667. OLE color: 14569667.
HSL color Cylindrical-coordinate representation of color #C350DE: hue angle of 288.59º degrees, saturation: 0.68, 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 #C350DE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 80 | 222 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.13 |
| HSL | 288.59º | 0.68% | 0.59% | - |
| HSV(B) | 288.59º | 0.64% | 0.87% | - |
| XYZ | 38.56 | 22.61 | 71.44 | - |
| YUV | 130.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 222 | 0.12 | 0.64 | 0 | 0.13 | 288.59 | 0.68 | 0.59 |
| Hex | C3 | 50 | DE | C | 40 | 0 | D | 121 | 44 | 3B |
| Octal | 303 | 120 | 336 | 14 | 100 | 0 | 15 | 441 | 104 | 73 |
| Binary | 11000011 | 1010000 | 11011110 | 1100 | 1000000 | 0 | 1101 | 100100001 | 1000100 | 111011 |
Color Harmonies of #C350DE
Complementary color
Monochromatic Colors of #C350DE
Black with #C350DE
Text Example
Text Example
White with #C350DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350DE; }
p { color: rgb(195,80,222); }
H1.HeaderClassName
{
color: #C350DE;
}
.AnyTagClassName
{
color: #C350DE;
}
</style>
background-color css
<style>
a { background-color: #C350DE; }
a { background-color: rgb(195,80,222); }
div.DivClassName
{
background-color: #C350DE;
}
.BgClassName
{
background-color: #C350DE;
}
</style>
border-color css
<style>
span { border-color: #C350DE; }
span { border-color: rgb(195,80,222); }
td.TdClassName
{
border-color: #C350DE;
}
.TagClassName
{
border-color: #C350DE;
}
</style>