Shades of Medium Orchid #C348E4
Tints of Medium Orchid #C348E4
RGB
CMYK
RGB Variations
Color information
#C348E4 (or 0xC348E4) is known color: Medium Orchid. HEX triplet: C3, 48 and E4. RGB value is (195,72,228). Sum of RGB (Red+Green+Blue) = 195+72+228=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #C348E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348E4 is #3CB71B. Grayscale: #7E7E7E. Windows color (decimal): -3979036 or 14960835. OLE color: 14960835.
HSL color Cylindrical-coordinate representation of color #C348E4: hue angle of 287.31º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C348E4 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 72 | 228 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.11 |
| HSL | 287.31º | 0.74% | 0.59% | - |
| HSV(B) | 287.31º | 0.68% | 0.89% | - |
| XYZ | 38.83 | 21.84 | 75.57 | - |
| YUV | 126.56 | 185.25 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 228 | 0.14 | 0.68 | 0 | 0.11 | 287.31 | 0.74 | 0.59 |
| Hex | C3 | 48 | E4 | E | 44 | 0 | B | 11F | 4A | 3B |
| Octal | 303 | 110 | 344 | 16 | 104 | 0 | 13 | 437 | 112 | 73 |
| Binary | 11000011 | 1001000 | 11100100 | 1110 | 1000100 | 0 | 1011 | 100011111 | 1001010 | 111011 |
Color Harmonies of #C348E4
Complementary color
Monochromatic Colors of #C348E4
Black with #C348E4
Text Example
Text Example
White with #C348E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348E4; }
p { color: rgb(195,72,228); }
H1.HeaderClassName
{
color: #C348E4;
}
.AnyTagClassName
{
color: #C348E4;
}
</style>
background-color css
<style>
a { background-color: #C348E4; }
a { background-color: rgb(195,72,228); }
div.DivClassName
{
background-color: #C348E4;
}
.BgClassName
{
background-color: #C348E4;
}
</style>
border-color css
<style>
span { border-color: #C348E4; }
span { border-color: rgb(195,72,228); }
td.TdClassName
{
border-color: #C348E4;
}
.TagClassName
{
border-color: #C348E4;
}
</style>