Shades of Medium Orchid #C356DA
Tints of Medium Orchid #C356DA
RGB
CMYK
RGB Variations
Color information
#C356DA (or 0xC356DA) is known color: Medium Orchid. HEX triplet: C3, 56 and DA. RGB value is (195,86,218). Sum of RGB (Red+Green+Blue) = 195+86+218=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #C356DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356DA is #3CA925. Grayscale: #858585. Windows color (decimal): -3975462 or 14309059. OLE color: 14309059.
HSL color Cylindrical-coordinate representation of color #C356DA: hue angle of 289.55º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C356DA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 86 | 218 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.15 |
| HSL | 289.55º | 0.64% | 0.6% | - |
| HSV(B) | 289.55º | 0.61% | 0.85% | - |
| XYZ | 38.49 | 23.32 | 68.8 | - |
| YUV | 133.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 218 | 0.11 | 0.61 | 0 | 0.15 | 289.55 | 0.64 | 0.6 |
| Hex | C3 | 56 | DA | B | 3D | 0 | F | 122 | 40 | 3C |
| Octal | 303 | 126 | 332 | 13 | 75 | 0 | 17 | 442 | 100 | 74 |
| Binary | 11000011 | 1010110 | 11011010 | 1011 | 111101 | 0 | 1111 | 100100010 | 1000000 | 111100 |
Color Harmonies of #C356DA
Complementary color
Monochromatic Colors of #C356DA
Black with #C356DA
Text Example
Text Example
White with #C356DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356DA; }
p { color: rgb(195,86,218); }
H1.HeaderClassName
{
color: #C356DA;
}
.AnyTagClassName
{
color: #C356DA;
}
</style>
background-color css
<style>
a { background-color: #C356DA; }
a { background-color: rgb(195,86,218); }
div.DivClassName
{
background-color: #C356DA;
}
.BgClassName
{
background-color: #C356DA;
}
</style>
border-color css
<style>
span { border-color: #C356DA; }
span { border-color: rgb(195,86,218); }
td.TdClassName
{
border-color: #C356DA;
}
.TagClassName
{
border-color: #C356DA;
}
</style>