Shades of Medium Orchid #C35EDF
Tints of Medium Orchid #C35EDF
RGB
CMYK
RGB Variations
Color information
#C35EDF (or 0xC35EDF) is known color: Medium Orchid. HEX triplet: C3, 5E and DF. RGB value is (195,94,223). Sum of RGB (Red+Green+Blue) = 195+94+223=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #C35EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EDF is #3CA120. Grayscale: #8A8A8A. Windows color (decimal): -3973409 or 14638787. OLE color: 14638787.
HSL color Cylindrical-coordinate representation of color #C35EDF: hue angle of 286.98º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35EDF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 94 | 223 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.13 |
| HSL | 286.98º | 0.67% | 0.62% | - |
| HSV(B) | 286.98º | 0.58% | 0.87% | - |
| XYZ | 39.83 | 24.94 | 72.53 | - |
| YUV | 138.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 223 | 0.13 | 0.58 | 0 | 0.13 | 286.98 | 0.67 | 0.62 |
| Hex | C3 | 5E | DF | D | 3A | 0 | D | 11F | 43 | 3E |
| Octal | 303 | 136 | 337 | 15 | 72 | 0 | 15 | 437 | 103 | 76 |
| Binary | 11000011 | 1011110 | 11011111 | 1101 | 111010 | 0 | 1101 | 100011111 | 1000011 | 111110 |
Color Harmonies of #C35EDF
Complementary color
Monochromatic Colors of #C35EDF
Black with #C35EDF
Text Example
Text Example
White with #C35EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EDF; }
p { color: rgb(195,94,223); }
H1.HeaderClassName
{
color: #C35EDF;
}
.AnyTagClassName
{
color: #C35EDF;
}
</style>
background-color css
<style>
a { background-color: #C35EDF; }
a { background-color: rgb(195,94,223); }
div.DivClassName
{
background-color: #C35EDF;
}
.BgClassName
{
background-color: #C35EDF;
}
</style>
border-color css
<style>
span { border-color: #C35EDF; }
span { border-color: rgb(195,94,223); }
td.TdClassName
{
border-color: #C35EDF;
}
.TagClassName
{
border-color: #C35EDF;
}
</style>