Shades of Medium Orchid #C233DD
Tints of Medium Orchid #C233DD
RGB
CMYK
RGB Variations
Color information
#C233DD (or 0xC233DD) is known color: Medium Orchid. HEX triplet: C2, 33 and DD. RGB value is (194,51,221). Sum of RGB (Red+Green+Blue) = 194+51+221=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #C233DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233DD is #3DCC22. Grayscale: #707070. Windows color (decimal): -4049955 or 14496706. OLE color: 14496706.
HSL color Cylindrical-coordinate representation of color #C233DD: hue angle of 290.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C233DD is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 51 | 221 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.13 |
| HSL | 290.47º | 0.71% | 0.53% | - |
| HSV(B) | 290.47º | 0.77% | 0.87% | - |
| XYZ | 36.48 | 19.06 | 70.16 | - |
| YUV | 113.14 | 188.88 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 221 | 0.12 | 0.77 | 0 | 0.13 | 290.47 | 0.71 | 0.53 |
| Hex | C2 | 33 | DD | C | 4D | 0 | D | 122 | 47 | 35 |
| Octal | 302 | 63 | 335 | 14 | 115 | 0 | 15 | 442 | 107 | 65 |
| Binary | 11000010 | 110011 | 11011101 | 1100 | 1001101 | 0 | 1101 | 100100010 | 1000111 | 110101 |
Color Harmonies of #C233DD
Complementary color
Monochromatic Colors of #C233DD
Black with #C233DD
Text Example
Text Example
White with #C233DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233DD; }
p { color: rgb(194,51,221); }
H1.HeaderClassName
{
color: #C233DD;
}
.AnyTagClassName
{
color: #C233DD;
}
</style>
background-color css
<style>
a { background-color: #C233DD; }
a { background-color: rgb(194,51,221); }
div.DivClassName
{
background-color: #C233DD;
}
.BgClassName
{
background-color: #C233DD;
}
</style>
border-color css
<style>
span { border-color: #C233DD; }
span { border-color: rgb(194,51,221); }
td.TdClassName
{
border-color: #C233DD;
}
.TagClassName
{
border-color: #C233DD;
}
</style>