Shades of Medium Orchid #C343E5
Tints of Medium Orchid #C343E5
RGB
CMYK
RGB Variations
Color information
#C343E5 (or 0xC343E5) is known color: Medium Orchid. HEX triplet: C3, 43 and E5. RGB value is (195,67,229). Sum of RGB (Red+Green+Blue) = 195+67+229=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #C343E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343E5 is #3CBC1A. Grayscale: #7B7B7B. Windows color (decimal): -3980315 or 15025091. OLE color: 15025091.
HSL color Cylindrical-coordinate representation of color #C343E5: hue angle of 287.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C343E5 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 67 | 229 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.10 |
| HSL | 287.41º | 0.76% | 0.58% | - |
| HSV(B) | 287.41º | 0.71% | 0.9% | - |
| XYZ | 38.66 | 21.27 | 76.2 | - |
| YUV | 123.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 229 | 0.15 | 0.71 | 0 | 0.10 | 287.41 | 0.76 | 0.58 |
| Hex | C3 | 43 | E5 | F | 47 | 0 | A | 11F | 4C | 3A |
| Octal | 303 | 103 | 345 | 17 | 107 | 0 | 12 | 437 | 114 | 72 |
| Binary | 11000011 | 1000011 | 11100101 | 1111 | 1000111 | 0 | 1010 | 100011111 | 1001100 | 111010 |
Color Harmonies of #C343E5
Complementary color
Monochromatic Colors of #C343E5
Black with #C343E5
Text Example
Text Example
White with #C343E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343E5; }
p { color: rgb(195,67,229); }
H1.HeaderClassName
{
color: #C343E5;
}
.AnyTagClassName
{
color: #C343E5;
}
</style>
background-color css
<style>
a { background-color: #C343E5; }
a { background-color: rgb(195,67,229); }
div.DivClassName
{
background-color: #C343E5;
}
.BgClassName
{
background-color: #C343E5;
}
</style>
border-color css
<style>
span { border-color: #C343E5; }
span { border-color: rgb(195,67,229); }
td.TdClassName
{
border-color: #C343E5;
}
.TagClassName
{
border-color: #C343E5;
}
</style>