Shades of Medium Orchid #C34BDB
Tints of Medium Orchid #C34BDB
RGB
CMYK
RGB Variations
Color information
#C34BDB (or 0xC34BDB) is known color: Medium Orchid. HEX triplet: C3, 4B and DB. RGB value is (195,75,219). Sum of RGB (Red+Green+Blue) = 195+75+219=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #C34BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BDB is #3CB424. Grayscale: #7E7E7E. Windows color (decimal): -3978277 or 14371779. OLE color: 14371779.
HSL color Cylindrical-coordinate representation of color #C34BDB: hue angle of 290º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34BDB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 75 | 219 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.14 |
| HSL | 290º | 0.67% | 0.58% | - |
| HSV(B) | 290º | 0.66% | 0.86% | - |
| XYZ | 37.81 | 21.75 | 69.22 | - |
| YUV | 127.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 219 | 0.11 | 0.66 | 0 | 0.14 | 290 | 0.67 | 0.58 |
| Hex | C3 | 4B | DB | B | 42 | 0 | E | 122 | 43 | 3A |
| Octal | 303 | 113 | 333 | 13 | 102 | 0 | 16 | 442 | 103 | 72 |
| Binary | 11000011 | 1001011 | 11011011 | 1011 | 1000010 | 0 | 1110 | 100100010 | 1000011 | 111010 |
Color Harmonies of #C34BDB
Complementary color
Monochromatic Colors of #C34BDB
Black with #C34BDB
Text Example
Text Example
White with #C34BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BDB; }
p { color: rgb(195,75,219); }
H1.HeaderClassName
{
color: #C34BDB;
}
.AnyTagClassName
{
color: #C34BDB;
}
</style>
background-color css
<style>
a { background-color: #C34BDB; }
a { background-color: rgb(195,75,219); }
div.DivClassName
{
background-color: #C34BDB;
}
.BgClassName
{
background-color: #C34BDB;
}
</style>
border-color css
<style>
span { border-color: #C34BDB; }
span { border-color: rgb(195,75,219); }
td.TdClassName
{
border-color: #C34BDB;
}
.TagClassName
{
border-color: #C34BDB;
}
</style>