Shades of Medium Orchid #C358D5
Tints of Medium Orchid #C358D5
RGB
CMYK
RGB Variations
Color information
#C358D5 (or 0xC358D5) is known color: Medium Orchid. HEX triplet: C3, 58 and D5. RGB value is (195,88,213). Sum of RGB (Red+Green+Blue) = 195+88+213=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #C358D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358D5 is #3CA72A. Grayscale: #858585. Windows color (decimal): -3974955 or 13981891. OLE color: 13981891.
HSL color Cylindrical-coordinate representation of color #C358D5: hue angle of 291.36º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C358D5 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 88 | 213 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.16 |
| HSL | 291.36º | 0.6% | 0.59% | - |
| HSV(B) | 291.36º | 0.59% | 0.84% | - |
| XYZ | 38.01 | 23.39 | 65.46 | - |
| YUV | 134.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 213 | 0.08 | 0.59 | 0 | 0.16 | 291.36 | 0.6 | 0.59 |
| Hex | C3 | 58 | D5 | 8 | 3B | 0 | 10 | 123 | 3C | 3B |
| Octal | 303 | 130 | 325 | 10 | 73 | 0 | 20 | 443 | 74 | 73 |
| Binary | 11000011 | 1011000 | 11010101 | 1000 | 111011 | 0 | 10000 | 100100011 | 111100 | 111011 |
Color Harmonies of #C358D5
Complementary color
Monochromatic Colors of #C358D5
Black with #C358D5
Text Example
Text Example
White with #C358D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358D5; }
p { color: rgb(195,88,213); }
H1.HeaderClassName
{
color: #C358D5;
}
.AnyTagClassName
{
color: #C358D5;
}
</style>
background-color css
<style>
a { background-color: #C358D5; }
a { background-color: rgb(195,88,213); }
div.DivClassName
{
background-color: #C358D5;
}
.BgClassName
{
background-color: #C358D5;
}
</style>
border-color css
<style>
span { border-color: #C358D5; }
span { border-color: rgb(195,88,213); }
td.TdClassName
{
border-color: #C358D5;
}
.TagClassName
{
border-color: #C358D5;
}
</style>