Shades of Medium Orchid #C34FDB
Tints of Medium Orchid #C34FDB
RGB
CMYK
RGB Variations
Color information
#C34FDB (or 0xC34FDB) is known color: Medium Orchid. HEX triplet: C3, 4F and DB. RGB value is (195,79,219). Sum of RGB (Red+Green+Blue) = 195+79+219=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C34FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FDB is #3CB024. Grayscale: #818181. Windows color (decimal): -3977253 or 14372803. OLE color: 14372803.
HSL color Cylindrical-coordinate representation of color #C34FDB: hue angle of 289.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34FDB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 79 | 219 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.14 |
| HSL | 289.71º | 0.66% | 0.58% | - |
| HSV(B) | 289.71º | 0.64% | 0.86% | - |
| XYZ | 38.09 | 22.31 | 69.32 | - |
| YUV | 129.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 219 | 0.11 | 0.64 | 0 | 0.14 | 289.71 | 0.66 | 0.58 |
| Hex | C3 | 4F | DB | B | 40 | 0 | E | 122 | 42 | 3A |
| Octal | 303 | 117 | 333 | 13 | 100 | 0 | 16 | 442 | 102 | 72 |
| Binary | 11000011 | 1001111 | 11011011 | 1011 | 1000000 | 0 | 1110 | 100100010 | 1000010 | 111010 |
Color Harmonies of #C34FDB
Complementary color
Monochromatic Colors of #C34FDB
Black with #C34FDB
Text Example
Text Example
White with #C34FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FDB; }
p { color: rgb(195,79,219); }
H1.HeaderClassName
{
color: #C34FDB;
}
.AnyTagClassName
{
color: #C34FDB;
}
</style>
background-color css
<style>
a { background-color: #C34FDB; }
a { background-color: rgb(195,79,219); }
div.DivClassName
{
background-color: #C34FDB;
}
.BgClassName
{
background-color: #C34FDB;
}
</style>
border-color css
<style>
span { border-color: #C34FDB; }
span { border-color: rgb(195,79,219); }
td.TdClassName
{
border-color: #C34FDB;
}
.TagClassName
{
border-color: #C34FDB;
}
</style>