Shades of Medium Orchid #C358CF
Tints of Medium Orchid #C358CF
RGB
CMYK
RGB Variations
Color information
#C358CF (or 0xC358CF) is known color: Medium Orchid. HEX triplet: C3, 58 and CF. RGB value is (195,88,207). Sum of RGB (Red+Green+Blue) = 195+88+207=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #C358CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358CF is #3CA730. Grayscale: #858585. Windows color (decimal): -3974961 or 13588675. OLE color: 13588675.
HSL color Cylindrical-coordinate representation of color #C358CF: hue angle of 293.95º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C358CF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 88 | 207 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.19 |
| HSL | 293.95º | 0.55% | 0.58% | - |
| HSV(B) | 293.95º | 0.57% | 0.81% | - |
| XYZ | 37.26 | 23.09 | 61.52 | - |
| YUV | 133.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 207 | 0.06 | 0.57 | 0 | 0.19 | 293.95 | 0.55 | 0.58 |
| Hex | C3 | 58 | CF | 6 | 39 | 0 | 13 | 126 | 37 | 3A |
| Octal | 303 | 130 | 317 | 6 | 71 | 0 | 23 | 446 | 67 | 72 |
| Binary | 11000011 | 1011000 | 11001111 | 110 | 111001 | 0 | 10011 | 100100110 | 110111 | 111010 |
Color Harmonies of #C358CF
Complementary color
Monochromatic Colors of #C358CF
Black with #C358CF
Text Example
Text Example
White with #C358CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358CF; }
p { color: rgb(195,88,207); }
H1.HeaderClassName
{
color: #C358CF;
}
.AnyTagClassName
{
color: #C358CF;
}
</style>
background-color css
<style>
a { background-color: #C358CF; }
a { background-color: rgb(195,88,207); }
div.DivClassName
{
background-color: #C358CF;
}
.BgClassName
{
background-color: #C358CF;
}
</style>
border-color css
<style>
span { border-color: #C358CF; }
span { border-color: rgb(195,88,207); }
td.TdClassName
{
border-color: #C358CF;
}
.TagClassName
{
border-color: #C358CF;
}
</style>