Shades of Medium Orchid #C233F3
Tints of Medium Orchid #C233F3
RGB
CMYK
RGB Variations
Color information
#C233F3 (or 0xC233F3) is known color: Medium Orchid. HEX triplet: C2, 33 and F3. RGB value is (194,51,243). Sum of RGB (Red+Green+Blue) = 194+51+243=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #C233F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C233F3 is #3DCC0C. Grayscale: #737373. Windows color (decimal): -4049933 or 15938498. OLE color: 15938498.
HSL color Cylindrical-coordinate representation of color #C233F3: hue angle of 284.69º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C233F3 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 51 | 243 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.05 |
| HSL | 284.69º | 0.89% | 0.58% | - |
| HSV(B) | 284.69º | 0.79% | 0.95% | - |
| XYZ | 39.61 | 20.31 | 86.63 | - |
| YUV | 115.65 | 199.88 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 243 | 0.20 | 0.79 | 0 | 0.05 | 284.69 | 0.89 | 0.58 |
| Hex | C2 | 33 | F3 | 14 | 4F | 0 | 5 | 11D | 59 | 3A |
| Octal | 302 | 63 | 363 | 24 | 117 | 0 | 5 | 435 | 131 | 72 |
| Binary | 11000010 | 110011 | 11110011 | 10100 | 1001111 | 0 | 101 | 100011101 | 1011001 | 111010 |
Color Harmonies of #C233F3
Complementary color
Monochromatic Colors of #C233F3
Black with #C233F3
Text Example
Text Example
White with #C233F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233F3; }
p { color: rgb(194,51,243); }
H1.HeaderClassName
{
color: #C233F3;
}
.AnyTagClassName
{
color: #C233F3;
}
</style>
background-color css
<style>
a { background-color: #C233F3; }
a { background-color: rgb(194,51,243); }
div.DivClassName
{
background-color: #C233F3;
}
.BgClassName
{
background-color: #C233F3;
}
</style>
border-color css
<style>
span { border-color: #C233F3; }
span { border-color: rgb(194,51,243); }
td.TdClassName
{
border-color: #C233F3;
}
.TagClassName
{
border-color: #C233F3;
}
</style>