Shades of Medium Orchid #C234F5
Tints of Medium Orchid #C234F5
RGB
CMYK
RGB Variations
Color information
#C234F5 (or 0xC234F5) is known color: Medium Orchid. HEX triplet: C2, 34 and F5. RGB value is (194,52,245). Sum of RGB (Red+Green+Blue) = 194+52+245=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #C234F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234F5 is #3DCB0A. Grayscale: #737373. Windows color (decimal): -4049675 or 16069826. OLE color: 16069826.
HSL color Cylindrical-coordinate representation of color #C234F5: hue angle of 284.15º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C234F5 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 52 | 245 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.04 |
| HSL | 284.15º | 0.91% | 0.58% | - |
| HSV(B) | 284.15º | 0.79% | 0.96% | - |
| XYZ | 39.96 | 20.52 | 88.24 | - |
| YUV | 116.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 245 | 0.21 | 0.79 | 0 | 0.04 | 284.15 | 0.91 | 0.58 |
| Hex | C2 | 34 | F5 | 15 | 4F | 0 | 4 | 11C | 5B | 3A |
| Octal | 302 | 64 | 365 | 25 | 117 | 0 | 4 | 434 | 133 | 72 |
| Binary | 11000010 | 110100 | 11110101 | 10101 | 1001111 | 0 | 100 | 100011100 | 1011011 | 111010 |
Color Harmonies of #C234F5
Complementary color
Monochromatic Colors of #C234F5
Black with #C234F5
Text Example
Text Example
White with #C234F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234F5; }
p { color: rgb(194,52,245); }
H1.HeaderClassName
{
color: #C234F5;
}
.AnyTagClassName
{
color: #C234F5;
}
</style>
background-color css
<style>
a { background-color: #C234F5; }
a { background-color: rgb(194,52,245); }
div.DivClassName
{
background-color: #C234F5;
}
.BgClassName
{
background-color: #C234F5;
}
</style>
border-color css
<style>
span { border-color: #C234F5; }
span { border-color: rgb(194,52,245); }
td.TdClassName
{
border-color: #C234F5;
}
.TagClassName
{
border-color: #C234F5;
}
</style>