Shades of Medium Orchid #C343F9
Tints of Medium Orchid #C343F9
RGB
CMYK
RGB Variations
Color information
#C343F9 (or 0xC343F9) is known color: Medium Orchid. HEX triplet: C3, 43 and F9. RGB value is (195,67,249). Sum of RGB (Red+Green+Blue) = 195+67+249=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #C343F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343F9 is #3CBC06. Grayscale: #7D7D7D. Windows color (decimal): -3980295 or 16335811. OLE color: 16335811.
HSL color Cylindrical-coordinate representation of color #C343F9: hue angle of 282.2º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C343F9 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 67 | 249 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.02 |
| HSL | 282.2º | 0.94% | 0.62% | - |
| HSV(B) | 282.2º | 0.73% | 0.98% | - |
| XYZ | 41.61 | 22.46 | 91.76 | - |
| YUV | 126.02 | 197.41 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 249 | 0.22 | 0.73 | 0 | 0.02 | 282.2 | 0.94 | 0.62 |
| Hex | C3 | 43 | F9 | 16 | 49 | 0 | 2 | 11A | 5E | 3E |
| Octal | 303 | 103 | 371 | 26 | 111 | 0 | 2 | 432 | 136 | 76 |
| Binary | 11000011 | 1000011 | 11111001 | 10110 | 1001001 | 0 | 10 | 100011010 | 1011110 | 111110 |
Color Harmonies of #C343F9
Complementary color
Monochromatic Colors of #C343F9
Black with #C343F9
Text Example
Text Example
White with #C343F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343F9; }
p { color: rgb(195,67,249); }
H1.HeaderClassName
{
color: #C343F9;
}
.AnyTagClassName
{
color: #C343F9;
}
</style>
background-color css
<style>
a { background-color: #C343F9; }
a { background-color: rgb(195,67,249); }
div.DivClassName
{
background-color: #C343F9;
}
.BgClassName
{
background-color: #C343F9;
}
</style>
border-color css
<style>
span { border-color: #C343F9; }
span { border-color: rgb(195,67,249); }
td.TdClassName
{
border-color: #C343F9;
}
.TagClassName
{
border-color: #C343F9;
}
</style>