Shades of Medium Orchid #C359DD
Tints of Medium Orchid #C359DD
RGB
CMYK
RGB Variations
Color information
#C359DD (or 0xC359DD) is known color: Medium Orchid. HEX triplet: C3, 59 and DD. RGB value is (195,89,221). Sum of RGB (Red+Green+Blue) = 195+89+221=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #C359DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359DD is #3CA622. Grayscale: #878787. Windows color (decimal): -3974691 or 14506435. OLE color: 14506435.
HSL color Cylindrical-coordinate representation of color #C359DD: hue angle of 288.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C359DD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 89 | 221 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.13 |
| HSL | 288.18º | 0.66% | 0.61% | - |
| HSV(B) | 288.18º | 0.6% | 0.87% | - |
| XYZ | 39.13 | 23.97 | 70.97 | - |
| YUV | 135.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 221 | 0.12 | 0.60 | 0 | 0.13 | 288.18 | 0.66 | 0.61 |
| Hex | C3 | 59 | DD | C | 3C | 0 | D | 120 | 42 | 3D |
| Octal | 303 | 131 | 335 | 14 | 74 | 0 | 15 | 440 | 102 | 75 |
| Binary | 11000011 | 1011001 | 11011101 | 1100 | 111100 | 0 | 1101 | 100100000 | 1000010 | 111101 |
Color Harmonies of #C359DD
Complementary color
Monochromatic Colors of #C359DD
Black with #C359DD
Text Example
Text Example
White with #C359DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359DD; }
p { color: rgb(195,89,221); }
H1.HeaderClassName
{
color: #C359DD;
}
.AnyTagClassName
{
color: #C359DD;
}
</style>
background-color css
<style>
a { background-color: #C359DD; }
a { background-color: rgb(195,89,221); }
div.DivClassName
{
background-color: #C359DD;
}
.BgClassName
{
background-color: #C359DD;
}
</style>
border-color css
<style>
span { border-color: #C359DD; }
span { border-color: rgb(195,89,221); }
td.TdClassName
{
border-color: #C359DD;
}
.TagClassName
{
border-color: #C359DD;
}
</style>