Shades of Medium Orchid #C344E3
Tints of Medium Orchid #C344E3
RGB
CMYK
RGB Variations
Color information
#C344E3 (or 0xC344E3) is known color: Medium Orchid. HEX triplet: C3, 44 and E3. RGB value is (195,68,227). Sum of RGB (Red+Green+Blue) = 195+68+227=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #C344E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344E3 is #3CBB1C. Grayscale: #7B7B7B. Windows color (decimal): -3980061 or 14894275. OLE color: 14894275.
HSL color Cylindrical-coordinate representation of color #C344E3: hue angle of 287.92º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C344E3 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 68 | 227 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.11 |
| HSL | 287.92º | 0.74% | 0.58% | - |
| HSV(B) | 287.92º | 0.7% | 0.89% | - |
| XYZ | 38.44 | 21.28 | 74.76 | - |
| YUV | 124.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 227 | 0.14 | 0.70 | 0 | 0.11 | 287.92 | 0.74 | 0.58 |
| Hex | C3 | 44 | E3 | E | 46 | 0 | B | 120 | 4A | 3A |
| Octal | 303 | 104 | 343 | 16 | 106 | 0 | 13 | 440 | 112 | 72 |
| Binary | 11000011 | 1000100 | 11100011 | 1110 | 1000110 | 0 | 1011 | 100100000 | 1001010 | 111010 |
Color Harmonies of #C344E3
Complementary color
Monochromatic Colors of #C344E3
Black with #C344E3
Text Example
Text Example
White with #C344E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344E3; }
p { color: rgb(195,68,227); }
H1.HeaderClassName
{
color: #C344E3;
}
.AnyTagClassName
{
color: #C344E3;
}
</style>
background-color css
<style>
a { background-color: #C344E3; }
a { background-color: rgb(195,68,227); }
div.DivClassName
{
background-color: #C344E3;
}
.BgClassName
{
background-color: #C344E3;
}
</style>
border-color css
<style>
span { border-color: #C344E3; }
span { border-color: rgb(195,68,227); }
td.TdClassName
{
border-color: #C344E3;
}
.TagClassName
{
border-color: #C344E3;
}
</style>