Shades of Medium Orchid #C234F9
Tints of Medium Orchid #C234F9
RGB
CMYK
RGB Variations
Color information
#C234F9 (or 0xC234F9) is known color: Medium Orchid. HEX triplet: C2, 34 and F9. RGB value is (194,52,249). Sum of RGB (Red+Green+Blue) = 194+52+249=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #C234F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234F9 is #3DCB06. Grayscale: #747474. Windows color (decimal): -4049671 or 16331970. OLE color: 16331970.
HSL color Cylindrical-coordinate representation of color #C234F9: hue angle of 283.25º degrees, saturation: 0.94, 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 #C234F9 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 52 | 249 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.02 |
| HSL | 283.25º | 0.94% | 0.59% | - |
| HSV(B) | 283.25º | 0.79% | 0.98% | - |
| XYZ | 40.58 | 20.76 | 91.49 | - |
| YUV | 116.92 | 202.54 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 249 | 0.22 | 0.79 | 0 | 0.02 | 283.25 | 0.94 | 0.59 |
| Hex | C2 | 34 | F9 | 16 | 4F | 0 | 2 | 11B | 5E | 3B |
| Octal | 302 | 64 | 371 | 26 | 117 | 0 | 2 | 433 | 136 | 73 |
| Binary | 11000010 | 110100 | 11111001 | 10110 | 1001111 | 0 | 10 | 100011011 | 1011110 | 111011 |
Color Harmonies of #C234F9
Complementary color
Monochromatic Colors of #C234F9
Black with #C234F9
Text Example
Text Example
White with #C234F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234F9; }
p { color: rgb(194,52,249); }
H1.HeaderClassName
{
color: #C234F9;
}
.AnyTagClassName
{
color: #C234F9;
}
</style>
background-color css
<style>
a { background-color: #C234F9; }
a { background-color: rgb(194,52,249); }
div.DivClassName
{
background-color: #C234F9;
}
.BgClassName
{
background-color: #C234F9;
}
</style>
border-color css
<style>
span { border-color: #C234F9; }
span { border-color: rgb(194,52,249); }
td.TdClassName
{
border-color: #C234F9;
}
.TagClassName
{
border-color: #C234F9;
}
</style>