Shades of Medium Orchid #C348DB
Tints of Medium Orchid #C348DB
RGB
CMYK
RGB Variations
Color information
#C348DB (or 0xC348DB) is known color: Medium Orchid. HEX triplet: C3, 48 and DB. RGB value is (195,72,219). Sum of RGB (Red+Green+Blue) = 195+72+219=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #C348DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348DB is #3CB724. Grayscale: #7D7D7D. Windows color (decimal): -3979045 or 14371011. OLE color: 14371011.
HSL color Cylindrical-coordinate representation of color #C348DB: hue angle of 290.2º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C348DB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 72 | 219 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.14 |
| HSL | 290.2º | 0.67% | 0.57% | - |
| HSV(B) | 290.2º | 0.67% | 0.86% | - |
| XYZ | 37.61 | 21.35 | 69.16 | - |
| YUV | 125.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 219 | 0.11 | 0.67 | 0 | 0.14 | 290.2 | 0.67 | 0.57 |
| Hex | C3 | 48 | DB | B | 43 | 0 | E | 122 | 43 | 39 |
| Octal | 303 | 110 | 333 | 13 | 103 | 0 | 16 | 442 | 103 | 71 |
| Binary | 11000011 | 1001000 | 11011011 | 1011 | 1000011 | 0 | 1110 | 100100010 | 1000011 | 111001 |
Color Harmonies of #C348DB
Complementary color
Monochromatic Colors of #C348DB
Black with #C348DB
Text Example
Text Example
White with #C348DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348DB; }
p { color: rgb(195,72,219); }
H1.HeaderClassName
{
color: #C348DB;
}
.AnyTagClassName
{
color: #C348DB;
}
</style>
background-color css
<style>
a { background-color: #C348DB; }
a { background-color: rgb(195,72,219); }
div.DivClassName
{
background-color: #C348DB;
}
.BgClassName
{
background-color: #C348DB;
}
</style>
border-color css
<style>
span { border-color: #C348DB; }
span { border-color: rgb(195,72,219); }
td.TdClassName
{
border-color: #C348DB;
}
.TagClassName
{
border-color: #C348DB;
}
</style>