Shades of Medium Orchid #C34ADB
Tints of Medium Orchid #C34ADB
RGB
CMYK
RGB Variations
Color information
#C34ADB (or 0xC34ADB) is known color: Medium Orchid. HEX triplet: C3, 4A and DB. RGB value is (195,74,219). Sum of RGB (Red+Green+Blue) = 195+74+219=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C34ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ADB is #3CB524. Grayscale: #7E7E7E. Windows color (decimal): -3978533 or 14371523. OLE color: 14371523.
HSL color Cylindrical-coordinate representation of color #C34ADB: hue angle of 290.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34ADB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 74 | 219 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.14 |
| HSL | 290.07º | 0.67% | 0.57% | - |
| HSV(B) | 290.07º | 0.66% | 0.86% | - |
| XYZ | 37.74 | 21.61 | 69.2 | - |
| YUV | 126.71 | 180.09 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 219 | 0.11 | 0.66 | 0 | 0.14 | 290.07 | 0.67 | 0.57 |
| Hex | C3 | 4A | DB | B | 42 | 0 | E | 122 | 43 | 39 |
| Octal | 303 | 112 | 333 | 13 | 102 | 0 | 16 | 442 | 103 | 71 |
| Binary | 11000011 | 1001010 | 11011011 | 1011 | 1000010 | 0 | 1110 | 100100010 | 1000011 | 111001 |
Color Harmonies of #C34ADB
Complementary color
Monochromatic Colors of #C34ADB
Black with #C34ADB
Text Example
Text Example
White with #C34ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34ADB; }
p { color: rgb(195,74,219); }
H1.HeaderClassName
{
color: #C34ADB;
}
.AnyTagClassName
{
color: #C34ADB;
}
</style>
background-color css
<style>
a { background-color: #C34ADB; }
a { background-color: rgb(195,74,219); }
div.DivClassName
{
background-color: #C34ADB;
}
.BgClassName
{
background-color: #C34ADB;
}
</style>
border-color css
<style>
span { border-color: #C34ADB; }
span { border-color: rgb(195,74,219); }
td.TdClassName
{
border-color: #C34ADB;
}
.TagClassName
{
border-color: #C34ADB;
}
</style>