Shades of Medium Orchid #C343F3
Tints of Medium Orchid #C343F3
RGB
CMYK
RGB Variations
Color information
#C343F3 (or 0xC343F3) is known color: Medium Orchid. HEX triplet: C3, 43 and F3. RGB value is (195,67,243). Sum of RGB (Red+Green+Blue) = 195+67+243=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #C343F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343F3 is #3CBC0C. Grayscale: #7C7C7C. Windows color (decimal): -3980301 or 15942595. OLE color: 15942595.
HSL color Cylindrical-coordinate representation of color #C343F3: hue angle of 283.64º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C343F3 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 67 | 243 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.05 |
| HSL | 283.64º | 0.88% | 0.61% | - |
| HSV(B) | 283.64º | 0.72% | 0.95% | - |
| XYZ | 40.69 | 22.09 | 86.91 | - |
| YUV | 125.34 | 194.41 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 243 | 0.20 | 0.72 | 0 | 0.05 | 283.64 | 0.88 | 0.61 |
| Hex | C3 | 43 | F3 | 14 | 48 | 0 | 5 | 11C | 58 | 3D |
| Octal | 303 | 103 | 363 | 24 | 110 | 0 | 5 | 434 | 130 | 75 |
| Binary | 11000011 | 1000011 | 11110011 | 10100 | 1001000 | 0 | 101 | 100011100 | 1011000 | 111101 |
Color Harmonies of #C343F3
Complementary color
Monochromatic Colors of #C343F3
Black with #C343F3
Text Example
Text Example
White with #C343F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343F3; }
p { color: rgb(195,67,243); }
H1.HeaderClassName
{
color: #C343F3;
}
.AnyTagClassName
{
color: #C343F3;
}
</style>
background-color css
<style>
a { background-color: #C343F3; }
a { background-color: rgb(195,67,243); }
div.DivClassName
{
background-color: #C343F3;
}
.BgClassName
{
background-color: #C343F3;
}
</style>
border-color css
<style>
span { border-color: #C343F3; }
span { border-color: rgb(195,67,243); }
td.TdClassName
{
border-color: #C343F3;
}
.TagClassName
{
border-color: #C343F3;
}
</style>