Shades of Medium Orchid #C235DC
Tints of Medium Orchid #C235DC
RGB
CMYK
RGB Variations
Color information
#C235DC (or 0xC235DC) is known color: Medium Orchid. HEX triplet: C2, 35 and DC. RGB value is (194,53,220). Sum of RGB (Red+Green+Blue) = 194+53+220=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #C235DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235DC is #3DCA23. Grayscale: #717171. Windows color (decimal): -4049444 or 14431682. OLE color: 14431682.
HSL color Cylindrical-coordinate representation of color #C235DC: hue angle of 290.66º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C235DC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 53 | 220 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.14 |
| HSL | 290.66º | 0.7% | 0.54% | - |
| HSV(B) | 290.66º | 0.76% | 0.86% | - |
| XYZ | 36.44 | 19.18 | 69.49 | - |
| YUV | 114.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 220 | 0.12 | 0.76 | 0 | 0.14 | 290.66 | 0.7 | 0.54 |
| Hex | C2 | 35 | DC | C | 4C | 0 | E | 123 | 46 | 36 |
| Octal | 302 | 65 | 334 | 14 | 114 | 0 | 16 | 443 | 106 | 66 |
| Binary | 11000010 | 110101 | 11011100 | 1100 | 1001100 | 0 | 1110 | 100100011 | 1000110 | 110110 |
Color Harmonies of #C235DC
Complementary color
Monochromatic Colors of #C235DC
Black with #C235DC
Text Example
Text Example
White with #C235DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235DC; }
p { color: rgb(194,53,220); }
H1.HeaderClassName
{
color: #C235DC;
}
.AnyTagClassName
{
color: #C235DC;
}
</style>
background-color css
<style>
a { background-color: #C235DC; }
a { background-color: rgb(194,53,220); }
div.DivClassName
{
background-color: #C235DC;
}
.BgClassName
{
background-color: #C235DC;
}
</style>
border-color css
<style>
span { border-color: #C235DC; }
span { border-color: rgb(194,53,220); }
td.TdClassName
{
border-color: #C235DC;
}
.TagClassName
{
border-color: #C235DC;
}
</style>