Shades of Medium Orchid #C358E2
Tints of Medium Orchid #C358E2
RGB
CMYK
RGB Variations
Color information
#C358E2 (or 0xC358E2) is known color: Medium Orchid. HEX triplet: C3, 58 and E2. RGB value is (195,88,226). Sum of RGB (Red+Green+Blue) = 195+88+226=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #C358E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358E2 is #3CA71D. Grayscale: #878787. Windows color (decimal): -3974942 or 14833859. OLE color: 14833859.
HSL color Cylindrical-coordinate representation of color #C358E2: hue angle of 286.52º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C358E2 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 88 | 226 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.11 |
| HSL | 286.52º | 0.7% | 0.62% | - |
| HSV(B) | 286.52º | 0.61% | 0.89% | - |
| XYZ | 39.72 | 24.07 | 74.5 | - |
| YUV | 135.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 226 | 0.14 | 0.61 | 0 | 0.11 | 286.52 | 0.7 | 0.62 |
| Hex | C3 | 58 | E2 | E | 3D | 0 | B | 11F | 46 | 3E |
| Octal | 303 | 130 | 342 | 16 | 75 | 0 | 13 | 437 | 106 | 76 |
| Binary | 11000011 | 1011000 | 11100010 | 1110 | 111101 | 0 | 1011 | 100011111 | 1000110 | 111110 |
Color Harmonies of #C358E2
Complementary color
Monochromatic Colors of #C358E2
Black with #C358E2
Text Example
Text Example
White with #C358E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358E2; }
p { color: rgb(195,88,226); }
H1.HeaderClassName
{
color: #C358E2;
}
.AnyTagClassName
{
color: #C358E2;
}
</style>
background-color css
<style>
a { background-color: #C358E2; }
a { background-color: rgb(195,88,226); }
div.DivClassName
{
background-color: #C358E2;
}
.BgClassName
{
background-color: #C358E2;
}
</style>
border-color css
<style>
span { border-color: #C358E2; }
span { border-color: rgb(195,88,226); }
td.TdClassName
{
border-color: #C358E2;
}
.TagClassName
{
border-color: #C358E2;
}
</style>