Shades of Medium Orchid #C343F7
Tints of Medium Orchid #C343F7
RGB
CMYK
RGB Variations
Color information
#C343F7 (or 0xC343F7) is known color: Medium Orchid. HEX triplet: C3, 43 and F7. RGB value is (195,67,247). Sum of RGB (Red+Green+Blue) = 195+67+247=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #C343F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343F7 is #3CBC08. Grayscale: #7D7D7D. Windows color (decimal): -3980297 or 16204739. OLE color: 16204739.
HSL color Cylindrical-coordinate representation of color #C343F7: hue angle of 282.67º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C343F7 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 67 | 247 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.03 |
| HSL | 282.67º | 0.92% | 0.62% | - |
| HSV(B) | 282.67º | 0.73% | 0.97% | - |
| XYZ | 41.3 | 22.33 | 90.13 | - |
| YUV | 125.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 247 | 0.21 | 0.73 | 0 | 0.03 | 282.67 | 0.92 | 0.62 |
| Hex | C3 | 43 | F7 | 15 | 49 | 0 | 3 | 11B | 5C | 3E |
| Octal | 303 | 103 | 367 | 25 | 111 | 0 | 3 | 433 | 134 | 76 |
| Binary | 11000011 | 1000011 | 11110111 | 10101 | 1001001 | 0 | 11 | 100011011 | 1011100 | 111110 |
Color Harmonies of #C343F7
Complementary color
Monochromatic Colors of #C343F7
Black with #C343F7
Text Example
Text Example
White with #C343F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343F7; }
p { color: rgb(195,67,247); }
H1.HeaderClassName
{
color: #C343F7;
}
.AnyTagClassName
{
color: #C343F7;
}
</style>
background-color css
<style>
a { background-color: #C343F7; }
a { background-color: rgb(195,67,247); }
div.DivClassName
{
background-color: #C343F7;
}
.BgClassName
{
background-color: #C343F7;
}
</style>
border-color css
<style>
span { border-color: #C343F7; }
span { border-color: rgb(195,67,247); }
td.TdClassName
{
border-color: #C343F7;
}
.TagClassName
{
border-color: #C343F7;
}
</style>