Shades of Medium Orchid #C358DA
Tints of Medium Orchid #C358DA
RGB
CMYK
RGB Variations
Color information
#C358DA (or 0xC358DA) is known color: Medium Orchid. HEX triplet: C3, 58 and DA. RGB value is (195,88,218). Sum of RGB (Red+Green+Blue) = 195+88+218=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #C358DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358DA is #3CA725. Grayscale: #868686. Windows color (decimal): -3974950 or 14309571. OLE color: 14309571.
HSL color Cylindrical-coordinate representation of color #C358DA: hue angle of 289.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C358DA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 88 | 218 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.15 |
| HSL | 289.38º | 0.64% | 0.6% | - |
| HSV(B) | 289.38º | 0.6% | 0.85% | - |
| XYZ | 38.65 | 23.64 | 68.86 | - |
| YUV | 134.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 218 | 0.11 | 0.60 | 0 | 0.15 | 289.38 | 0.64 | 0.6 |
| Hex | C3 | 58 | DA | B | 3C | 0 | F | 121 | 40 | 3C |
| Octal | 303 | 130 | 332 | 13 | 74 | 0 | 17 | 441 | 100 | 74 |
| Binary | 11000011 | 1011000 | 11011010 | 1011 | 111100 | 0 | 1111 | 100100001 | 1000000 | 111100 |
Color Harmonies of #C358DA
Complementary color
Monochromatic Colors of #C358DA
Black with #C358DA
Text Example
Text Example
White with #C358DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C358DA; }
p { color: rgb(195,88,218); }
H1.HeaderClassName
{
color: #C358DA;
}
.AnyTagClassName
{
color: #C358DA;
}
</style>
background-color css
<style>
a { background-color: #C358DA; }
a { background-color: rgb(195,88,218); }
div.DivClassName
{
background-color: #C358DA;
}
.BgClassName
{
background-color: #C358DA;
}
</style>
border-color css
<style>
span { border-color: #C358DA; }
span { border-color: rgb(195,88,218); }
td.TdClassName
{
border-color: #C358DA;
}
.TagClassName
{
border-color: #C358DA;
}
</style>