Shades of Medium Orchid #C230EB
Tints of Medium Orchid #C230EB
RGB
CMYK
RGB Variations
Color information
#C230EB (or 0xC230EB) is known color: Medium Orchid. HEX triplet: C2, 30 and EB. RGB value is (194,48,235). Sum of RGB (Red+Green+Blue) = 194+48+235=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #C230EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C230EB is #3DCF14. Grayscale: #707070. Windows color (decimal): -4050709 or 15413442. OLE color: 15413442.
HSL color Cylindrical-coordinate representation of color #C230EB: hue angle of 286.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C230EB is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 48 | 235 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.08 |
| HSL | 286.84º | 0.82% | 0.55% | - |
| HSV(B) | 286.84º | 0.8% | 0.92% | - |
| XYZ | 38.3 | 19.58 | 80.36 | - |
| YUV | 112.97 | 196.87 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 235 | 0.17 | 0.80 | 0 | 0.08 | 286.84 | 0.82 | 0.55 |
| Hex | C2 | 30 | EB | 11 | 50 | 0 | 8 | 11F | 52 | 37 |
| Octal | 302 | 60 | 353 | 21 | 120 | 0 | 10 | 437 | 122 | 67 |
| Binary | 11000010 | 110000 | 11101011 | 10001 | 1010000 | 0 | 1000 | 100011111 | 1010010 | 110111 |
Color Harmonies of #C230EB
Complementary color
Monochromatic Colors of #C230EB
Black with #C230EB
Text Example
Text Example
White with #C230EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230EB; }
p { color: rgb(194,48,235); }
H1.HeaderClassName
{
color: #C230EB;
}
.AnyTagClassName
{
color: #C230EB;
}
</style>
background-color css
<style>
a { background-color: #C230EB; }
a { background-color: rgb(194,48,235); }
div.DivClassName
{
background-color: #C230EB;
}
.BgClassName
{
background-color: #C230EB;
}
</style>
border-color css
<style>
span { border-color: #C230EB; }
span { border-color: rgb(194,48,235); }
td.TdClassName
{
border-color: #C230EB;
}
.TagClassName
{
border-color: #C230EB;
}
</style>