Shades of Medium Orchid #C34CDD
Tints of Medium Orchid #C34CDD
RGB
CMYK
RGB Variations
Color information
#C34CDD (or 0xC34CDD) is known color: Medium Orchid. HEX triplet: C3, 4C and DD. RGB value is (195,76,221). Sum of RGB (Red+Green+Blue) = 195+76+221=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #C34CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CDD is #3CB322. Grayscale: #7F7F7F. Windows color (decimal): -3978019 or 14503107. OLE color: 14503107.
HSL color Cylindrical-coordinate representation of color #C34CDD: hue angle of 289.24º degrees, saturation: 0.68, 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 #C34CDD is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 76 | 221 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.13 |
| HSL | 289.24º | 0.68% | 0.58% | - |
| HSV(B) | 289.24º | 0.66% | 0.87% | - |
| XYZ | 38.14 | 21.99 | 70.64 | - |
| YUV | 128.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 221 | 0.12 | 0.66 | 0 | 0.13 | 289.24 | 0.68 | 0.58 |
| Hex | C3 | 4C | DD | C | 42 | 0 | D | 121 | 44 | 3A |
| Octal | 303 | 114 | 335 | 14 | 102 | 0 | 15 | 441 | 104 | 72 |
| Binary | 11000011 | 1001100 | 11011101 | 1100 | 1000010 | 0 | 1101 | 100100001 | 1000100 | 111010 |
Color Harmonies of #C34CDD
Complementary color
Monochromatic Colors of #C34CDD
Black with #C34CDD
Text Example
Text Example
White with #C34CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CDD; }
p { color: rgb(195,76,221); }
H1.HeaderClassName
{
color: #C34CDD;
}
.AnyTagClassName
{
color: #C34CDD;
}
</style>
background-color css
<style>
a { background-color: #C34CDD; }
a { background-color: rgb(195,76,221); }
div.DivClassName
{
background-color: #C34CDD;
}
.BgClassName
{
background-color: #C34CDD;
}
</style>
border-color css
<style>
span { border-color: #C34CDD; }
span { border-color: rgb(195,76,221); }
td.TdClassName
{
border-color: #C34CDD;
}
.TagClassName
{
border-color: #C34CDD;
}
</style>