Shades of Medium Orchid #C358E0
Tints of Medium Orchid #C358E0
RGB
CMYK
RGB Variations
Color information
#C358E0 (or 0xC358E0) is known color: Medium Orchid. HEX triplet: C3, 58 and E0. RGB value is (195,88,224). Sum of RGB (Red+Green+Blue) = 195+88+224=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #C358E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358E0 is #3CA71F. Grayscale: #878787. Windows color (decimal): -3974944 or 14702787. OLE color: 14702787.
HSL color Cylindrical-coordinate representation of color #C358E0: hue angle of 287.21º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C358E0 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 88 | 224 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.12 |
| HSL | 287.21º | 0.69% | 0.61% | - |
| HSV(B) | 287.21º | 0.61% | 0.88% | - |
| XYZ | 39.45 | 23.96 | 73.07 | - |
| YUV | 135.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 224 | 0.13 | 0.61 | 0 | 0.12 | 287.21 | 0.69 | 0.61 |
| Hex | C3 | 58 | E0 | D | 3D | 0 | C | 11F | 45 | 3D |
| Octal | 303 | 130 | 340 | 15 | 75 | 0 | 14 | 437 | 105 | 75 |
| Binary | 11000011 | 1011000 | 11100000 | 1101 | 111101 | 0 | 1100 | 100011111 | 1000101 | 111101 |
Color Harmonies of #C358E0
Complementary color
Monochromatic Colors of #C358E0
Black with #C358E0
Text Example
Text Example
White with #C358E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358E0; }
p { color: rgb(195,88,224); }
H1.HeaderClassName
{
color: #C358E0;
}
.AnyTagClassName
{
color: #C358E0;
}
</style>
background-color css
<style>
a { background-color: #C358E0; }
a { background-color: rgb(195,88,224); }
div.DivClassName
{
background-color: #C358E0;
}
.BgClassName
{
background-color: #C358E0;
}
</style>
border-color css
<style>
span { border-color: #C358E0; }
span { border-color: rgb(195,88,224); }
td.TdClassName
{
border-color: #C358E0;
}
.TagClassName
{
border-color: #C358E0;
}
</style>