Shades of Medium Orchid #C233E5
Tints of Medium Orchid #C233E5
RGB
CMYK
RGB Variations
Color information
#C233E5 (or 0xC233E5) is known color: Medium Orchid. HEX triplet: C2, 33 and E5. RGB value is (194,51,229). Sum of RGB (Red+Green+Blue) = 194+51+229=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #C233E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233E5 is #3DCC1A. Grayscale: #717171. Windows color (decimal): -4049947 or 15020994. OLE color: 15020994.
HSL color Cylindrical-coordinate representation of color #C233E5: hue angle of 288.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C233E5 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 51 | 229 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.10 |
| HSL | 288.2º | 0.77% | 0.55% | - |
| HSV(B) | 288.2º | 0.78% | 0.9% | - |
| XYZ | 37.57 | 19.49 | 75.91 | - |
| YUV | 114.05 | 192.88 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 229 | 0.15 | 0.78 | 0 | 0.10 | 288.2 | 0.77 | 0.55 |
| Hex | C2 | 33 | E5 | F | 4E | 0 | A | 120 | 4D | 37 |
| Octal | 302 | 63 | 345 | 17 | 116 | 0 | 12 | 440 | 115 | 67 |
| Binary | 11000010 | 110011 | 11100101 | 1111 | 1001110 | 0 | 1010 | 100100000 | 1001101 | 110111 |
Color Harmonies of #C233E5
Complementary color
Monochromatic Colors of #C233E5
Black with #C233E5
Text Example
Text Example
White with #C233E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233E5; }
p { color: rgb(194,51,229); }
H1.HeaderClassName
{
color: #C233E5;
}
.AnyTagClassName
{
color: #C233E5;
}
</style>
background-color css
<style>
a { background-color: #C233E5; }
a { background-color: rgb(194,51,229); }
div.DivClassName
{
background-color: #C233E5;
}
.BgClassName
{
background-color: #C233E5;
}
</style>
border-color css
<style>
span { border-color: #C233E5; }
span { border-color: rgb(194,51,229); }
td.TdClassName
{
border-color: #C233E5;
}
.TagClassName
{
border-color: #C233E5;
}
</style>