Shades of Medium Orchid #C343E6
Tints of Medium Orchid #C343E6
RGB
CMYK
RGB Variations
Color information
#C343E6 (or 0xC343E6) is known color: Medium Orchid. HEX triplet: C3, 43 and E6. RGB value is (195,67,230). Sum of RGB (Red+Green+Blue) = 195+67+230=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #C343E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343E6 is #3CBC19. Grayscale: #7B7B7B. Windows color (decimal): -3980314 or 15090627. OLE color: 15090627.
HSL color Cylindrical-coordinate representation of color #C343E6: hue angle of 287.12º degrees, saturation: 0.77, 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 #C343E6 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 67 | 230 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.10 |
| HSL | 287.12º | 0.77% | 0.58% | - |
| HSV(B) | 287.12º | 0.71% | 0.9% | - |
| XYZ | 38.8 | 21.33 | 76.94 | - |
| YUV | 123.85 | 187.91 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 230 | 0.15 | 0.71 | 0 | 0.10 | 287.12 | 0.77 | 0.58 |
| Hex | C3 | 43 | E6 | F | 47 | 0 | A | 11F | 4D | 3A |
| Octal | 303 | 103 | 346 | 17 | 107 | 0 | 12 | 437 | 115 | 72 |
| Binary | 11000011 | 1000011 | 11100110 | 1111 | 1000111 | 0 | 1010 | 100011111 | 1001101 | 111010 |
Color Harmonies of #C343E6
Complementary color
Monochromatic Colors of #C343E6
Black with #C343E6
Text Example
Text Example
White with #C343E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343E6; }
p { color: rgb(195,67,230); }
H1.HeaderClassName
{
color: #C343E6;
}
.AnyTagClassName
{
color: #C343E6;
}
</style>
background-color css
<style>
a { background-color: #C343E6; }
a { background-color: rgb(195,67,230); }
div.DivClassName
{
background-color: #C343E6;
}
.BgClassName
{
background-color: #C343E6;
}
</style>
border-color css
<style>
span { border-color: #C343E6; }
span { border-color: rgb(195,67,230); }
td.TdClassName
{
border-color: #C343E6;
}
.TagClassName
{
border-color: #C343E6;
}
</style>