Shades of Medium Orchid #C343ED
Tints of Medium Orchid #C343ED
RGB
CMYK
RGB Variations
Color information
#C343ED (or 0xC343ED) is known color: Medium Orchid. HEX triplet: C3, 43 and ED. RGB value is (195,67,237). Sum of RGB (Red+Green+Blue) = 195+67+237=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #C343ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343ED is #3CBC12. Grayscale: #7C7C7C. Windows color (decimal): -3980307 or 15549379. OLE color: 15549379.
HSL color Cylindrical-coordinate representation of color #C343ED: hue angle of 285.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C343ED is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 67 | 237 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.07 |
| HSL | 285.18º | 0.83% | 0.6% | - |
| HSV(B) | 285.18º | 0.72% | 0.93% | - |
| XYZ | 39.8 | 21.73 | 82.22 | - |
| YUV | 124.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 237 | 0.18 | 0.72 | 0 | 0.07 | 285.18 | 0.83 | 0.6 |
| Hex | C3 | 43 | ED | 12 | 48 | 0 | 7 | 11D | 53 | 3C |
| Octal | 303 | 103 | 355 | 22 | 110 | 0 | 7 | 435 | 123 | 74 |
| Binary | 11000011 | 1000011 | 11101101 | 10010 | 1001000 | 0 | 111 | 100011101 | 1010011 | 111100 |
Color Harmonies of #C343ED
Complementary color
Monochromatic Colors of #C343ED
Black with #C343ED
Text Example
Text Example
White with #C343ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343ED; }
p { color: rgb(195,67,237); }
H1.HeaderClassName
{
color: #C343ED;
}
.AnyTagClassName
{
color: #C343ED;
}
</style>
background-color css
<style>
a { background-color: #C343ED; }
a { background-color: rgb(195,67,237); }
div.DivClassName
{
background-color: #C343ED;
}
.BgClassName
{
background-color: #C343ED;
}
</style>
border-color css
<style>
span { border-color: #C343ED; }
span { border-color: rgb(195,67,237); }
td.TdClassName
{
border-color: #C343ED;
}
.TagClassName
{
border-color: #C343ED;
}
</style>