Shades of Medium Orchid #C348D0
Tints of Medium Orchid #C348D0
RGB
CMYK
RGB Variations
Color information
#C348D0 (or 0xC348D0) is known color: Medium Orchid. HEX triplet: C3, 48 and D0. RGB value is (195,72,208). Sum of RGB (Red+Green+Blue) = 195+72+208=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #C348D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348D0 is #3CB72F. Grayscale: #7B7B7B. Windows color (decimal): -3979056 or 13650115. OLE color: 13650115.
HSL color Cylindrical-coordinate representation of color #C348D0: hue angle of 294.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C348D0 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 72 | 208 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.18 |
| HSL | 294.26º | 0.59% | 0.55% | - |
| HSV(B) | 294.26º | 0.65% | 0.82% | - |
| XYZ | 36.21 | 20.79 | 61.78 | - |
| YUV | 124.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 208 | 0.06 | 0.65 | 0 | 0.18 | 294.26 | 0.59 | 0.55 |
| Hex | C3 | 48 | D0 | 6 | 41 | 0 | 12 | 126 | 3B | 37 |
| Octal | 303 | 110 | 320 | 6 | 101 | 0 | 22 | 446 | 73 | 67 |
| Binary | 11000011 | 1001000 | 11010000 | 110 | 1000001 | 0 | 10010 | 100100110 | 111011 | 110111 |
Color Harmonies of #C348D0
Complementary color
Monochromatic Colors of #C348D0
Black with #C348D0
Text Example
Text Example
White with #C348D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348D0; }
p { color: rgb(195,72,208); }
H1.HeaderClassName
{
color: #C348D0;
}
.AnyTagClassName
{
color: #C348D0;
}
</style>
background-color css
<style>
a { background-color: #C348D0; }
a { background-color: rgb(195,72,208); }
div.DivClassName
{
background-color: #C348D0;
}
.BgClassName
{
background-color: #C348D0;
}
</style>
border-color css
<style>
span { border-color: #C348D0; }
span { border-color: rgb(195,72,208); }
td.TdClassName
{
border-color: #C348D0;
}
.TagClassName
{
border-color: #C348D0;
}
</style>