Shades of Medium Orchid #C346DD
Tints of Medium Orchid #C346DD
RGB
CMYK
RGB Variations
Color information
#C346DD (or 0xC346DD) is known color: Medium Orchid. HEX triplet: C3, 46 and DD. RGB value is (195,70,221). Sum of RGB (Red+Green+Blue) = 195+70+221=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #C346DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346DD is #3CB922. Grayscale: #7C7C7C. Windows color (decimal): -3979555 or 14501571. OLE color: 14501571.
HSL color Cylindrical-coordinate representation of color #C346DD: hue angle of 289.67º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C346DD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 70 | 221 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.13 |
| HSL | 289.67º | 0.69% | 0.57% | - |
| HSV(B) | 289.67º | 0.68% | 0.87% | - |
| XYZ | 37.75 | 21.2 | 70.51 | - |
| YUV | 124.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 221 | 0.12 | 0.68 | 0 | 0.13 | 289.67 | 0.69 | 0.57 |
| Hex | C3 | 46 | DD | C | 44 | 0 | D | 122 | 45 | 39 |
| Octal | 303 | 106 | 335 | 14 | 104 | 0 | 15 | 442 | 105 | 71 |
| Binary | 11000011 | 1000110 | 11011101 | 1100 | 1000100 | 0 | 1101 | 100100010 | 1000101 | 111001 |
Color Harmonies of #C346DD
Complementary color
Monochromatic Colors of #C346DD
Black with #C346DD
Text Example
Text Example
White with #C346DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346DD; }
p { color: rgb(195,70,221); }
H1.HeaderClassName
{
color: #C346DD;
}
.AnyTagClassName
{
color: #C346DD;
}
</style>
background-color css
<style>
a { background-color: #C346DD; }
a { background-color: rgb(195,70,221); }
div.DivClassName
{
background-color: #C346DD;
}
.BgClassName
{
background-color: #C346DD;
}
</style>
border-color css
<style>
span { border-color: #C346DD; }
span { border-color: rgb(195,70,221); }
td.TdClassName
{
border-color: #C346DD;
}
.TagClassName
{
border-color: #C346DD;
}
</style>