Shades of Medium Orchid #C14BEE
Tints of Medium Orchid #C14BEE
RGB
CMYK
RGB Variations
Color information
#C14BEE (or 0xC14BEE) is known color: Medium Orchid. HEX triplet: C1, 4B and EE. RGB value is (193,75,238). Sum of RGB (Red+Green+Blue) = 193+75+238=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #C14BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BEE is #3EB411. Grayscale: #808080. Windows color (decimal): -4109330 or 15616961. OLE color: 15616961.
HSL color Cylindrical-coordinate representation of color #C14BEE: hue angle of 283.44º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14BEE is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 75 | 238 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.07 |
| HSL | 283.44º | 0.83% | 0.61% | - |
| HSV(B) | 283.44º | 0.68% | 0.93% | - |
| XYZ | 39.94 | 22.54 | 83.13 | - |
| YUV | 128.86 | 189.59 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 238 | 0.19 | 0.68 | 0 | 0.07 | 283.44 | 0.83 | 0.61 |
| Hex | C1 | 4B | EE | 13 | 44 | 0 | 7 | 11B | 53 | 3D |
| Octal | 301 | 113 | 356 | 23 | 104 | 0 | 7 | 433 | 123 | 75 |
| Binary | 11000001 | 1001011 | 11101110 | 10011 | 1000100 | 0 | 111 | 100011011 | 1010011 | 111101 |
Color Harmonies of #C14BEE
Complementary color
Monochromatic Colors of #C14BEE
Black with #C14BEE
Text Example
Text Example
White with #C14BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BEE; }
p { color: rgb(193,75,238); }
H1.HeaderClassName
{
color: #C14BEE;
}
.AnyTagClassName
{
color: #C14BEE;
}
</style>
background-color css
<style>
a { background-color: #C14BEE; }
a { background-color: rgb(193,75,238); }
div.DivClassName
{
background-color: #C14BEE;
}
.BgClassName
{
background-color: #C14BEE;
}
</style>
border-color css
<style>
span { border-color: #C14BEE; }
span { border-color: rgb(193,75,238); }
td.TdClassName
{
border-color: #C14BEE;
}
.TagClassName
{
border-color: #C14BEE;
}
</style>