Shades of Medium Orchid #C358EF
Tints of Medium Orchid #C358EF
RGB
CMYK
RGB Variations
Color information
#C358EF (or 0xC358EF) is known color: Medium Orchid. HEX triplet: C3, 58 and EF. RGB value is (195,88,239). Sum of RGB (Red+Green+Blue) = 195+88+239=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #C358EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358EF is #3CA710. Grayscale: #888888. Windows color (decimal): -3974929 or 15685827. OLE color: 15685827.
HSL color Cylindrical-coordinate representation of color #C358EF: hue angle of 282.52º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C358EF is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 88 | 239 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.06 |
| HSL | 282.52º | 0.83% | 0.64% | - |
| HSV(B) | 282.52º | 0.63% | 0.94% | - |
| XYZ | 41.58 | 24.81 | 84.26 | - |
| YUV | 137.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 239 | 0.18 | 0.63 | 0 | 0.06 | 282.52 | 0.83 | 0.64 |
| Hex | C3 | 58 | EF | 12 | 3F | 0 | 6 | 11B | 53 | 40 |
| Octal | 303 | 130 | 357 | 22 | 77 | 0 | 6 | 433 | 123 | 100 |
| Binary | 11000011 | 1011000 | 11101111 | 10010 | 111111 | 0 | 110 | 100011011 | 1010011 | 1000000 |
Color Harmonies of #C358EF
Complementary color
Monochromatic Colors of #C358EF
Black with #C358EF
Text Example
Text Example
White with #C358EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358EF; }
p { color: rgb(195,88,239); }
H1.HeaderClassName
{
color: #C358EF;
}
.AnyTagClassName
{
color: #C358EF;
}
</style>
background-color css
<style>
a { background-color: #C358EF; }
a { background-color: rgb(195,88,239); }
div.DivClassName
{
background-color: #C358EF;
}
.BgClassName
{
background-color: #C358EF;
}
</style>
border-color css
<style>
span { border-color: #C358EF; }
span { border-color: rgb(195,88,239); }
td.TdClassName
{
border-color: #C358EF;
}
.TagClassName
{
border-color: #C358EF;
}
</style>