Shades of Medium Orchid #C233D5
Tints of Medium Orchid #C233D5
RGB
CMYK
RGB Variations
Color information
#C233D5 (or 0xC233D5) is known color: Medium Orchid. HEX triplet: C2, 33 and D5. RGB value is (194,51,213). Sum of RGB (Red+Green+Blue) = 194+51+213=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #C233D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233D5 is #3DCC2A. Grayscale: #6F6F6F. Windows color (decimal): -4049963 or 13972418. OLE color: 13972418.
HSL color Cylindrical-coordinate representation of color #C233D5: hue angle of 292.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C233D5 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 51 | 213 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.16 |
| HSL | 292.96º | 0.66% | 0.52% | - |
| HSV(B) | 292.96º | 0.76% | 0.84% | - |
| XYZ | 35.44 | 18.64 | 64.68 | - |
| YUV | 112.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 213 | 0.09 | 0.76 | 0 | 0.16 | 292.96 | 0.66 | 0.52 |
| Hex | C2 | 33 | D5 | 9 | 4C | 0 | 10 | 125 | 42 | 34 |
| Octal | 302 | 63 | 325 | 11 | 114 | 0 | 20 | 445 | 102 | 64 |
| Binary | 11000010 | 110011 | 11010101 | 1001 | 1001100 | 0 | 10000 | 100100101 | 1000010 | 110100 |
Color Harmonies of #C233D5
Complementary color
Monochromatic Colors of #C233D5
Black with #C233D5
Text Example
Text Example
White with #C233D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233D5; }
p { color: rgb(194,51,213); }
H1.HeaderClassName
{
color: #C233D5;
}
.AnyTagClassName
{
color: #C233D5;
}
</style>
background-color css
<style>
a { background-color: #C233D5; }
a { background-color: rgb(194,51,213); }
div.DivClassName
{
background-color: #C233D5;
}
.BgClassName
{
background-color: #C233D5;
}
</style>
border-color css
<style>
span { border-color: #C233D5; }
span { border-color: rgb(194,51,213); }
td.TdClassName
{
border-color: #C233D5;
}
.TagClassName
{
border-color: #C233D5;
}
</style>