Shades of Medium Orchid #C347EE
Tints of Medium Orchid #C347EE
RGB
CMYK
RGB Variations
Color information
#C347EE (or 0xC347EE) is known color: Medium Orchid. HEX triplet: C3, 47 and EE. RGB value is (195,71,238). Sum of RGB (Red+Green+Blue) = 195+71+238=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #C347EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C347EE is #3CB811. Grayscale: #7E7E7E. Windows color (decimal): -3979282 or 15615939. OLE color: 15615939.
HSL color Cylindrical-coordinate representation of color #C347EE: hue angle of 284.55º 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 #C347EE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 71 | 238 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.07 |
| HSL | 284.55º | 0.83% | 0.61% | - |
| HSV(B) | 284.55º | 0.7% | 0.93% | - |
| XYZ | 40.19 | 22.28 | 83.07 | - |
| YUV | 127.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 238 | 0.18 | 0.70 | 0 | 0.07 | 284.55 | 0.83 | 0.61 |
| Hex | C3 | 47 | EE | 12 | 46 | 0 | 7 | 11D | 53 | 3D |
| Octal | 303 | 107 | 356 | 22 | 106 | 0 | 7 | 435 | 123 | 75 |
| Binary | 11000011 | 1000111 | 11101110 | 10010 | 1000110 | 0 | 111 | 100011101 | 1010011 | 111101 |
Color Harmonies of #C347EE
Complementary color
Monochromatic Colors of #C347EE
Black with #C347EE
Text Example
Text Example
White with #C347EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347EE; }
p { color: rgb(195,71,238); }
H1.HeaderClassName
{
color: #C347EE;
}
.AnyTagClassName
{
color: #C347EE;
}
</style>
background-color css
<style>
a { background-color: #C347EE; }
a { background-color: rgb(195,71,238); }
div.DivClassName
{
background-color: #C347EE;
}
.BgClassName
{
background-color: #C347EE;
}
</style>
border-color css
<style>
span { border-color: #C347EE; }
span { border-color: rgb(195,71,238); }
td.TdClassName
{
border-color: #C347EE;
}
.TagClassName
{
border-color: #C347EE;
}
</style>