Shades of Medium Orchid #C348EE
Tints of Medium Orchid #C348EE
RGB
CMYK
RGB Variations
Color information
#C348EE (or 0xC348EE) is known color: Medium Orchid. HEX triplet: C3, 48 and EE. RGB value is (195,72,238). Sum of RGB (Red+Green+Blue) = 195+72+238=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #C348EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348EE is #3CB711. Grayscale: #7F7F7F. Windows color (decimal): -3979026 or 15616195. OLE color: 15616195.
HSL color Cylindrical-coordinate representation of color #C348EE: hue angle of 284.46º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C348EE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 72 | 238 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.07 |
| HSL | 284.46º | 0.83% | 0.61% | - |
| HSV(B) | 284.46º | 0.7% | 0.93% | - |
| XYZ | 40.26 | 22.41 | 83.09 | - |
| YUV | 127.7 | 190.25 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 238 | 0.18 | 0.70 | 0 | 0.07 | 284.46 | 0.83 | 0.61 |
| Hex | C3 | 48 | EE | 12 | 46 | 0 | 7 | 11C | 53 | 3D |
| Octal | 303 | 110 | 356 | 22 | 106 | 0 | 7 | 434 | 123 | 75 |
| Binary | 11000011 | 1001000 | 11101110 | 10010 | 1000110 | 0 | 111 | 100011100 | 1010011 | 111101 |
Color Harmonies of #C348EE
Complementary color
Monochromatic Colors of #C348EE
Black with #C348EE
Text Example
Text Example
White with #C348EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348EE; }
p { color: rgb(195,72,238); }
H1.HeaderClassName
{
color: #C348EE;
}
.AnyTagClassName
{
color: #C348EE;
}
</style>
background-color css
<style>
a { background-color: #C348EE; }
a { background-color: rgb(195,72,238); }
div.DivClassName
{
background-color: #C348EE;
}
.BgClassName
{
background-color: #C348EE;
}
</style>
border-color css
<style>
span { border-color: #C348EE; }
span { border-color: rgb(195,72,238); }
td.TdClassName
{
border-color: #C348EE;
}
.TagClassName
{
border-color: #C348EE;
}
</style>