Shades of Medium Orchid #C350DC
Tints of Medium Orchid #C350DC
RGB
CMYK
RGB Variations
Color information
#C350DC (or 0xC350DC) is known color: Medium Orchid. HEX triplet: C3, 50 and DC. RGB value is (195,80,220). Sum of RGB (Red+Green+Blue) = 195+80+220=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #C350DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350DC is #3CAF23. Grayscale: #818181. Windows color (decimal): -3976996 or 14438595. OLE color: 14438595.
HSL color Cylindrical-coordinate representation of color #C350DC: hue angle of 289.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C350DC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 80 | 220 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.14 |
| HSL | 289.29º | 0.67% | 0.59% | - |
| HSV(B) | 289.29º | 0.64% | 0.86% | - |
| XYZ | 38.29 | 22.51 | 70.04 | - |
| YUV | 130.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 220 | 0.11 | 0.64 | 0 | 0.14 | 289.29 | 0.67 | 0.59 |
| Hex | C3 | 50 | DC | B | 40 | 0 | E | 121 | 43 | 3B |
| Octal | 303 | 120 | 334 | 13 | 100 | 0 | 16 | 441 | 103 | 73 |
| Binary | 11000011 | 1010000 | 11011100 | 1011 | 1000000 | 0 | 1110 | 100100001 | 1000011 | 111011 |
Color Harmonies of #C350DC
Complementary color
Monochromatic Colors of #C350DC
Black with #C350DC
Text Example
Text Example
White with #C350DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350DC; }
p { color: rgb(195,80,220); }
H1.HeaderClassName
{
color: #C350DC;
}
.AnyTagClassName
{
color: #C350DC;
}
</style>
background-color css
<style>
a { background-color: #C350DC; }
a { background-color: rgb(195,80,220); }
div.DivClassName
{
background-color: #C350DC;
}
.BgClassName
{
background-color: #C350DC;
}
</style>
border-color css
<style>
span { border-color: #C350DC; }
span { border-color: rgb(195,80,220); }
td.TdClassName
{
border-color: #C350DC;
}
.TagClassName
{
border-color: #C350DC;
}
</style>