Shades of Medium Orchid #C344EE
Tints of Medium Orchid #C344EE
RGB
CMYK
RGB Variations
Color information
#C344EE (or 0xC344EE) is known color: Medium Orchid. HEX triplet: C3, 44 and EE. RGB value is (195,68,238). Sum of RGB (Red+Green+Blue) = 195+68+238=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #C344EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C344EE is #3CBB11. Grayscale: #7C7C7C. Windows color (decimal): -3980050 or 15615171. OLE color: 15615171.
HSL color Cylindrical-coordinate representation of color #C344EE: hue angle of 284.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C344EE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 68 | 238 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.07 |
| HSL | 284.82º | 0.83% | 0.6% | - |
| HSV(B) | 284.82º | 0.71% | 0.93% | - |
| XYZ | 40.01 | 21.91 | 83.01 | - |
| YUV | 125.35 | 191.58 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 238 | 0.18 | 0.71 | 0 | 0.07 | 284.82 | 0.83 | 0.6 |
| Hex | C3 | 44 | EE | 12 | 47 | 0 | 7 | 11D | 53 | 3C |
| Octal | 303 | 104 | 356 | 22 | 107 | 0 | 7 | 435 | 123 | 74 |
| Binary | 11000011 | 1000100 | 11101110 | 10010 | 1000111 | 0 | 111 | 100011101 | 1010011 | 111100 |
Color Harmonies of #C344EE
Complementary color
Monochromatic Colors of #C344EE
Black with #C344EE
Text Example
Text Example
White with #C344EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344EE; }
p { color: rgb(195,68,238); }
H1.HeaderClassName
{
color: #C344EE;
}
.AnyTagClassName
{
color: #C344EE;
}
</style>
background-color css
<style>
a { background-color: #C344EE; }
a { background-color: rgb(195,68,238); }
div.DivClassName
{
background-color: #C344EE;
}
.BgClassName
{
background-color: #C344EE;
}
</style>
border-color css
<style>
span { border-color: #C344EE; }
span { border-color: rgb(195,68,238); }
td.TdClassName
{
border-color: #C344EE;
}
.TagClassName
{
border-color: #C344EE;
}
</style>