Shades of Medium Orchid #C35EEF
Tints of Medium Orchid #C35EEF
RGB
CMYK
RGB Variations
Color information
#C35EEF (or 0xC35EEF) is known color: Medium Orchid. HEX triplet: C3, 5E and EF. RGB value is (195,94,239). Sum of RGB (Red+Green+Blue) = 195+94+239=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #C35EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35EEF is #3CA110. Grayscale: #8C8C8C. Windows color (decimal): -3973393 or 15687363. OLE color: 15687363.
HSL color Cylindrical-coordinate representation of color #C35EEF: hue angle of 281.79º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35EEF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 94 | 239 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.06 |
| HSL | 281.79º | 0.82% | 0.65% | - |
| HSV(B) | 281.79º | 0.61% | 0.94% | - |
| XYZ | 42.09 | 25.84 | 84.43 | - |
| YUV | 140.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 239 | 0.18 | 0.61 | 0 | 0.06 | 281.79 | 0.82 | 0.65 |
| Hex | C3 | 5E | EF | 12 | 3D | 0 | 6 | 11A | 52 | 41 |
| Octal | 303 | 136 | 357 | 22 | 75 | 0 | 6 | 432 | 122 | 101 |
| Binary | 11000011 | 1011110 | 11101111 | 10010 | 111101 | 0 | 110 | 100011010 | 1010010 | 1000001 |
Color Harmonies of #C35EEF
Complementary color
Monochromatic Colors of #C35EEF
Black with #C35EEF
Text Example
Text Example
White with #C35EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EEF; }
p { color: rgb(195,94,239); }
H1.HeaderClassName
{
color: #C35EEF;
}
.AnyTagClassName
{
color: #C35EEF;
}
</style>
background-color css
<style>
a { background-color: #C35EEF; }
a { background-color: rgb(195,94,239); }
div.DivClassName
{
background-color: #C35EEF;
}
.BgClassName
{
background-color: #C35EEF;
}
</style>
border-color css
<style>
span { border-color: #C35EEF; }
span { border-color: rgb(195,94,239); }
td.TdClassName
{
border-color: #C35EEF;
}
.TagClassName
{
border-color: #C35EEF;
}
</style>