Shades of Medium Orchid #C343E8
Tints of Medium Orchid #C343E8
RGB
CMYK
RGB Variations
Color information
#C343E8 (or 0xC343E8) is known color: Medium Orchid. HEX triplet: C3, 43 and E8. RGB value is (195,67,232). Sum of RGB (Red+Green+Blue) = 195+67+232=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #C343E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343E8 is #3CBC17. Grayscale: #7B7B7B. Windows color (decimal): -3980312 or 15221699. OLE color: 15221699.
HSL color Cylindrical-coordinate representation of color #C343E8: hue angle of 286.55º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C343E8 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 67 | 232 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.09 |
| HSL | 286.55º | 0.78% | 0.59% | - |
| HSV(B) | 286.55º | 0.71% | 0.91% | - |
| XYZ | 39.08 | 21.44 | 78.42 | - |
| YUV | 124.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 232 | 0.16 | 0.71 | 0 | 0.09 | 286.55 | 0.78 | 0.59 |
| Hex | C3 | 43 | E8 | 10 | 47 | 0 | 9 | 11F | 4E | 3B |
| Octal | 303 | 103 | 350 | 20 | 107 | 0 | 11 | 437 | 116 | 73 |
| Binary | 11000011 | 1000011 | 11101000 | 10000 | 1000111 | 0 | 1001 | 100011111 | 1001110 | 111011 |
Color Harmonies of #C343E8
Complementary color
Monochromatic Colors of #C343E8
Black with #C343E8
Text Example
Text Example
White with #C343E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343E8; }
p { color: rgb(195,67,232); }
H1.HeaderClassName
{
color: #C343E8;
}
.AnyTagClassName
{
color: #C343E8;
}
</style>
background-color css
<style>
a { background-color: #C343E8; }
a { background-color: rgb(195,67,232); }
div.DivClassName
{
background-color: #C343E8;
}
.BgClassName
{
background-color: #C343E8;
}
</style>
border-color css
<style>
span { border-color: #C343E8; }
span { border-color: rgb(195,67,232); }
td.TdClassName
{
border-color: #C343E8;
}
.TagClassName
{
border-color: #C343E8;
}
</style>