Shades of Medium Orchid #C233F1
Tints of Medium Orchid #C233F1
RGB
CMYK
RGB Variations
Color information
#C233F1 (or 0xC233F1) is known color: Medium Orchid. HEX triplet: C2, 33 and F1. RGB value is (194,51,241). Sum of RGB (Red+Green+Blue) = 194+51+241=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #C233F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C233F1 is #3DCC0E. Grayscale: #727272. Windows color (decimal): -4049935 or 15807426. OLE color: 15807426.
HSL color Cylindrical-coordinate representation of color #C233F1: hue angle of 285.16º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C233F1 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 51 | 241 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.05 |
| HSL | 285.16º | 0.87% | 0.57% | - |
| HSV(B) | 285.16º | 0.79% | 0.95% | - |
| XYZ | 39.31 | 20.19 | 85.04 | - |
| YUV | 115.42 | 198.88 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 241 | 0.20 | 0.79 | 0 | 0.05 | 285.16 | 0.87 | 0.57 |
| Hex | C2 | 33 | F1 | 14 | 4F | 0 | 5 | 11D | 57 | 39 |
| Octal | 302 | 63 | 361 | 24 | 117 | 0 | 5 | 435 | 127 | 71 |
| Binary | 11000010 | 110011 | 11110001 | 10100 | 1001111 | 0 | 101 | 100011101 | 1010111 | 111001 |
Color Harmonies of #C233F1
Complementary color
Monochromatic Colors of #C233F1
Black with #C233F1
Text Example
Text Example
White with #C233F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233F1; }
p { color: rgb(194,51,241); }
H1.HeaderClassName
{
color: #C233F1;
}
.AnyTagClassName
{
color: #C233F1;
}
</style>
background-color css
<style>
a { background-color: #C233F1; }
a { background-color: rgb(194,51,241); }
div.DivClassName
{
background-color: #C233F1;
}
.BgClassName
{
background-color: #C233F1;
}
</style>
border-color css
<style>
span { border-color: #C233F1; }
span { border-color: rgb(194,51,241); }
td.TdClassName
{
border-color: #C233F1;
}
.TagClassName
{
border-color: #C233F1;
}
</style>