Shades of Medium Orchid #C233DC
Tints of Medium Orchid #C233DC
RGB
CMYK
RGB Variations
Color information
#C233DC (or 0xC233DC) is known color: Medium Orchid. HEX triplet: C2, 33 and DC. RGB value is (194,51,220). Sum of RGB (Red+Green+Blue) = 194+51+220=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #C233DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233DC is #3DCC23. Grayscale: #707070. Windows color (decimal): -4049956 or 14431170. OLE color: 14431170.
HSL color Cylindrical-coordinate representation of color #C233DC: hue angle of 290.77º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C233DC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 51 | 220 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.14 |
| HSL | 290.77º | 0.71% | 0.53% | - |
| HSV(B) | 290.77º | 0.77% | 0.86% | - |
| XYZ | 36.35 | 19 | 69.46 | - |
| YUV | 113.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 220 | 0.12 | 0.77 | 0 | 0.14 | 290.77 | 0.71 | 0.53 |
| Hex | C2 | 33 | DC | C | 4D | 0 | E | 123 | 47 | 35 |
| Octal | 302 | 63 | 334 | 14 | 115 | 0 | 16 | 443 | 107 | 65 |
| Binary | 11000010 | 110011 | 11011100 | 1100 | 1001101 | 0 | 1110 | 100100011 | 1000111 | 110101 |
Color Harmonies of #C233DC
Complementary color
Monochromatic Colors of #C233DC
Black with #C233DC
Text Example
Text Example
White with #C233DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233DC; }
p { color: rgb(194,51,220); }
H1.HeaderClassName
{
color: #C233DC;
}
.AnyTagClassName
{
color: #C233DC;
}
</style>
background-color css
<style>
a { background-color: #C233DC; }
a { background-color: rgb(194,51,220); }
div.DivClassName
{
background-color: #C233DC;
}
.BgClassName
{
background-color: #C233DC;
}
</style>
border-color css
<style>
span { border-color: #C233DC; }
span { border-color: rgb(194,51,220); }
td.TdClassName
{
border-color: #C233DC;
}
.TagClassName
{
border-color: #C233DC;
}
</style>