Shades of Medium Orchid #C34CDB
Tints of Medium Orchid #C34CDB
RGB
CMYK
RGB Variations
Color information
#C34CDB (or 0xC34CDB) is known color: Medium Orchid. HEX triplet: C3, 4C and DB. RGB value is (195,76,219). Sum of RGB (Red+Green+Blue) = 195+76+219=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #C34CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CDB is #3CB324. Grayscale: #7F7F7F. Windows color (decimal): -3978021 or 14372035. OLE color: 14372035.
HSL color Cylindrical-coordinate representation of color #C34CDB: hue angle of 289.93º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34CDB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 76 | 219 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.14 |
| HSL | 289.93º | 0.67% | 0.58% | - |
| HSV(B) | 289.93º | 0.65% | 0.86% | - |
| XYZ | 37.88 | 21.89 | 69.25 | - |
| YUV | 127.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 219 | 0.11 | 0.65 | 0 | 0.14 | 289.93 | 0.67 | 0.58 |
| Hex | C3 | 4C | DB | B | 41 | 0 | E | 122 | 43 | 3A |
| Octal | 303 | 114 | 333 | 13 | 101 | 0 | 16 | 442 | 103 | 72 |
| Binary | 11000011 | 1001100 | 11011011 | 1011 | 1000001 | 0 | 1110 | 100100010 | 1000011 | 111010 |
Color Harmonies of #C34CDB
Complementary color
Monochromatic Colors of #C34CDB
Black with #C34CDB
Text Example
Text Example
White with #C34CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CDB; }
p { color: rgb(195,76,219); }
H1.HeaderClassName
{
color: #C34CDB;
}
.AnyTagClassName
{
color: #C34CDB;
}
</style>
background-color css
<style>
a { background-color: #C34CDB; }
a { background-color: rgb(195,76,219); }
div.DivClassName
{
background-color: #C34CDB;
}
.BgClassName
{
background-color: #C34CDB;
}
</style>
border-color css
<style>
span { border-color: #C34CDB; }
span { border-color: rgb(195,76,219); }
td.TdClassName
{
border-color: #C34CDB;
}
.TagClassName
{
border-color: #C34CDB;
}
</style>