Shades of Medium Orchid #C234FA
Tints of Medium Orchid #C234FA
RGB
CMYK
RGB Variations
Color information
#C234FA (or 0xC234FA) is known color: Medium Orchid. HEX triplet: C2, 34 and FA. RGB value is (194,52,250). Sum of RGB (Red+Green+Blue) = 194+52+250=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #C234FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234FA is #3DCB05. Grayscale: #747474. Windows color (decimal): -4049670 or 16397506. OLE color: 16397506.
HSL color Cylindrical-coordinate representation of color #C234FA: hue angle of 283.03º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C234FA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 52 | 250 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.02 |
| HSL | 283.03º | 0.95% | 0.59% | - |
| HSV(B) | 283.03º | 0.79% | 0.98% | - |
| XYZ | 40.73 | 20.83 | 92.32 | - |
| YUV | 117.03 | 203.04 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 250 | 0.22 | 0.79 | 0 | 0.02 | 283.03 | 0.95 | 0.59 |
| Hex | C2 | 34 | FA | 16 | 4F | 0 | 2 | 11B | 5F | 3B |
| Octal | 302 | 64 | 372 | 26 | 117 | 0 | 2 | 433 | 137 | 73 |
| Binary | 11000010 | 110100 | 11111010 | 10110 | 1001111 | 0 | 10 | 100011011 | 1011111 | 111011 |
Color Harmonies of #C234FA
Complementary color
Monochromatic Colors of #C234FA
Black with #C234FA
Text Example
Text Example
White with #C234FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234FA; }
p { color: rgb(194,52,250); }
H1.HeaderClassName
{
color: #C234FA;
}
.AnyTagClassName
{
color: #C234FA;
}
</style>
background-color css
<style>
a { background-color: #C234FA; }
a { background-color: rgb(194,52,250); }
div.DivClassName
{
background-color: #C234FA;
}
.BgClassName
{
background-color: #C234FA;
}
</style>
border-color css
<style>
span { border-color: #C234FA; }
span { border-color: rgb(194,52,250); }
td.TdClassName
{
border-color: #C234FA;
}
.TagClassName
{
border-color: #C234FA;
}
</style>