Shades of Medium Orchid #C345D0
Tints of Medium Orchid #C345D0
RGB
CMYK
RGB Variations
Color information
#C345D0 (or 0xC345D0) is known color: Medium Orchid. HEX triplet: C3, 45 and D0. RGB value is (195,69,208). Sum of RGB (Red+Green+Blue) = 195+69+208=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #C345D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345D0 is #3CBA2F. Grayscale: #7A7A7A. Windows color (decimal): -3979824 or 13649347. OLE color: 13649347.
HSL color Cylindrical-coordinate representation of color #C345D0: hue angle of 294.39º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C345D0 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 69 | 208 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.18 |
| HSL | 294.39º | 0.6% | 0.54% | - |
| HSV(B) | 294.39º | 0.67% | 0.82% | - |
| XYZ | 36.02 | 20.41 | 61.72 | - |
| YUV | 122.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 208 | 0.06 | 0.67 | 0 | 0.18 | 294.39 | 0.6 | 0.54 |
| Hex | C3 | 45 | D0 | 6 | 43 | 0 | 12 | 126 | 3C | 36 |
| Octal | 303 | 105 | 320 | 6 | 103 | 0 | 22 | 446 | 74 | 66 |
| Binary | 11000011 | 1000101 | 11010000 | 110 | 1000011 | 0 | 10010 | 100100110 | 111100 | 110110 |
Color Harmonies of #C345D0
Complementary color
Monochromatic Colors of #C345D0
Black with #C345D0
Text Example
Text Example
White with #C345D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345D0; }
p { color: rgb(195,69,208); }
H1.HeaderClassName
{
color: #C345D0;
}
.AnyTagClassName
{
color: #C345D0;
}
</style>
background-color css
<style>
a { background-color: #C345D0; }
a { background-color: rgb(195,69,208); }
div.DivClassName
{
background-color: #C345D0;
}
.BgClassName
{
background-color: #C345D0;
}
</style>
border-color css
<style>
span { border-color: #C345D0; }
span { border-color: rgb(195,69,208); }
td.TdClassName
{
border-color: #C345D0;
}
.TagClassName
{
border-color: #C345D0;
}
</style>