Shades of Medium Orchid #C34BDE
Tints of Medium Orchid #C34BDE
RGB
CMYK
RGB Variations
Color information
#C34BDE (or 0xC34BDE) is known color: Medium Orchid. HEX triplet: C3, 4B and DE. RGB value is (195,75,222). Sum of RGB (Red+Green+Blue) = 195+75+222=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #C34BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BDE is #3CB421. Grayscale: #7F7F7F. Windows color (decimal): -3978274 or 14568387. OLE color: 14568387.
HSL color Cylindrical-coordinate representation of color #C34BDE: hue angle of 288.98º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34BDE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 75 | 222 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.13 |
| HSL | 288.98º | 0.69% | 0.58% | - |
| HSV(B) | 288.98º | 0.66% | 0.87% | - |
| XYZ | 38.21 | 21.91 | 71.32 | - |
| YUV | 127.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 222 | 0.12 | 0.66 | 0 | 0.13 | 288.98 | 0.69 | 0.58 |
| Hex | C3 | 4B | DE | C | 42 | 0 | D | 121 | 45 | 3A |
| Octal | 303 | 113 | 336 | 14 | 102 | 0 | 15 | 441 | 105 | 72 |
| Binary | 11000011 | 1001011 | 11011110 | 1100 | 1000010 | 0 | 1101 | 100100001 | 1000101 | 111010 |
Color Harmonies of #C34BDE
Complementary color
Monochromatic Colors of #C34BDE
Black with #C34BDE
Text Example
Text Example
White with #C34BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BDE; }
p { color: rgb(195,75,222); }
H1.HeaderClassName
{
color: #C34BDE;
}
.AnyTagClassName
{
color: #C34BDE;
}
</style>
background-color css
<style>
a { background-color: #C34BDE; }
a { background-color: rgb(195,75,222); }
div.DivClassName
{
background-color: #C34BDE;
}
.BgClassName
{
background-color: #C34BDE;
}
</style>
border-color css
<style>
span { border-color: #C34BDE; }
span { border-color: rgb(195,75,222); }
td.TdClassName
{
border-color: #C34BDE;
}
.TagClassName
{
border-color: #C34BDE;
}
</style>