Shades of Medium Orchid #C343EB
Tints of Medium Orchid #C343EB
RGB
CMYK
RGB Variations
Color information
#C343EB (or 0xC343EB) is known color: Medium Orchid. HEX triplet: C3, 43 and EB. RGB value is (195,67,235). Sum of RGB (Red+Green+Blue) = 195+67+235=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #C343EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343EB is #3CBC14. Grayscale: #7B7B7B. Windows color (decimal): -3980309 or 15418307. OLE color: 15418307.
HSL color Cylindrical-coordinate representation of color #C343EB: hue angle of 285.71º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C343EB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 67 | 235 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.08 |
| HSL | 285.71º | 0.81% | 0.59% | - |
| HSV(B) | 285.71º | 0.71% | 0.92% | - |
| XYZ | 39.51 | 21.61 | 80.69 | - |
| YUV | 124.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 235 | 0.17 | 0.71 | 0 | 0.08 | 285.71 | 0.81 | 0.59 |
| Hex | C3 | 43 | EB | 11 | 47 | 0 | 8 | 11E | 51 | 3B |
| Octal | 303 | 103 | 353 | 21 | 107 | 0 | 10 | 436 | 121 | 73 |
| Binary | 11000011 | 1000011 | 11101011 | 10001 | 1000111 | 0 | 1000 | 100011110 | 1010001 | 111011 |
Color Harmonies of #C343EB
Complementary color
Monochromatic Colors of #C343EB
Black with #C343EB
Text Example
Text Example
White with #C343EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343EB; }
p { color: rgb(195,67,235); }
H1.HeaderClassName
{
color: #C343EB;
}
.AnyTagClassName
{
color: #C343EB;
}
</style>
background-color css
<style>
a { background-color: #C343EB; }
a { background-color: rgb(195,67,235); }
div.DivClassName
{
background-color: #C343EB;
}
.BgClassName
{
background-color: #C343EB;
}
</style>
border-color css
<style>
span { border-color: #C343EB; }
span { border-color: rgb(195,67,235); }
td.TdClassName
{
border-color: #C343EB;
}
.TagClassName
{
border-color: #C343EB;
}
</style>