Shades of Medium Orchid #C349ED
Tints of Medium Orchid #C349ED
RGB
CMYK
RGB Variations
Color information
#C349ED (or 0xC349ED) is known color: Medium Orchid. HEX triplet: C3, 49 and ED. RGB value is (195,73,237). Sum of RGB (Red+Green+Blue) = 195+73+237=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #C349ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C349ED is #3CB612. Grayscale: #7F7F7F. Windows color (decimal): -3978771 or 15550915. OLE color: 15550915.
HSL color Cylindrical-coordinate representation of color #C349ED: hue angle of 284.63º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C349ED is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 73 | 237 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.07 |
| HSL | 284.63º | 0.82% | 0.61% | - |
| HSV(B) | 284.63º | 0.69% | 0.93% | - |
| XYZ | 40.17 | 22.48 | 82.34 | - |
| YUV | 128.17 | 189.42 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 237 | 0.18 | 0.69 | 0 | 0.07 | 284.63 | 0.82 | 0.61 |
| Hex | C3 | 49 | ED | 12 | 45 | 0 | 7 | 11D | 52 | 3D |
| Octal | 303 | 111 | 355 | 22 | 105 | 0 | 7 | 435 | 122 | 75 |
| Binary | 11000011 | 1001001 | 11101101 | 10010 | 1000101 | 0 | 111 | 100011101 | 1010010 | 111101 |
Color Harmonies of #C349ED
Complementary color
Monochromatic Colors of #C349ED
Black with #C349ED
Text Example
Text Example
White with #C349ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349ED; }
p { color: rgb(195,73,237); }
H1.HeaderClassName
{
color: #C349ED;
}
.AnyTagClassName
{
color: #C349ED;
}
</style>
background-color css
<style>
a { background-color: #C349ED; }
a { background-color: rgb(195,73,237); }
div.DivClassName
{
background-color: #C349ED;
}
.BgClassName
{
background-color: #C349ED;
}
</style>
border-color css
<style>
span { border-color: #C349ED; }
span { border-color: rgb(195,73,237); }
td.TdClassName
{
border-color: #C349ED;
}
.TagClassName
{
border-color: #C349ED;
}
</style>