Shades of Medium Orchid #C235DD
Tints of Medium Orchid #C235DD
RGB
CMYK
RGB Variations
Color information
#C235DD (or 0xC235DD) is known color: Medium Orchid. HEX triplet: C2, 35 and DD. RGB value is (194,53,221). Sum of RGB (Red+Green+Blue) = 194+53+221=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #C235DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235DD is #3DCA22. Grayscale: #717171. Windows color (decimal): -4049443 or 14497218. OLE color: 14497218.
HSL color Cylindrical-coordinate representation of color #C235DD: hue angle of 290.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C235DD is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 53 | 221 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.13 |
| HSL | 290.36º | 0.71% | 0.54% | - |
| HSV(B) | 290.36º | 0.76% | 0.87% | - |
| XYZ | 36.57 | 19.24 | 70.19 | - |
| YUV | 114.31 | 188.21 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 221 | 0.12 | 0.76 | 0 | 0.13 | 290.36 | 0.71 | 0.54 |
| Hex | C2 | 35 | DD | C | 4C | 0 | D | 122 | 47 | 36 |
| Octal | 302 | 65 | 335 | 14 | 114 | 0 | 15 | 442 | 107 | 66 |
| Binary | 11000010 | 110101 | 11011101 | 1100 | 1001100 | 0 | 1101 | 100100010 | 1000111 | 110110 |
Color Harmonies of #C235DD
Complementary color
Monochromatic Colors of #C235DD
Black with #C235DD
Text Example
Text Example
White with #C235DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235DD; }
p { color: rgb(194,53,221); }
H1.HeaderClassName
{
color: #C235DD;
}
.AnyTagClassName
{
color: #C235DD;
}
</style>
background-color css
<style>
a { background-color: #C235DD; }
a { background-color: rgb(194,53,221); }
div.DivClassName
{
background-color: #C235DD;
}
.BgClassName
{
background-color: #C235DD;
}
</style>
border-color css
<style>
span { border-color: #C235DD; }
span { border-color: rgb(194,53,221); }
td.TdClassName
{
border-color: #C235DD;
}
.TagClassName
{
border-color: #C235DD;
}
</style>