Shades of Medium Orchid #C344DD
Tints of Medium Orchid #C344DD
RGB
CMYK
RGB Variations
Color information
#C344DD (or 0xC344DD) is known color: Medium Orchid. HEX triplet: C3, 44 and DD. RGB value is (195,68,221). Sum of RGB (Red+Green+Blue) = 195+68+221=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #C344DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344DD is #3CBB22. Grayscale: #7A7A7A. Windows color (decimal): -3980067 or 14501059. OLE color: 14501059.
HSL color Cylindrical-coordinate representation of color #C344DD: hue angle of 289.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C344DD is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 68 | 221 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.13 |
| HSL | 289.8º | 0.69% | 0.57% | - |
| HSV(B) | 289.8º | 0.69% | 0.87% | - |
| XYZ | 37.62 | 20.96 | 70.47 | - |
| YUV | 123.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 221 | 0.12 | 0.69 | 0 | 0.13 | 289.8 | 0.69 | 0.57 |
| Hex | C3 | 44 | DD | C | 45 | 0 | D | 122 | 45 | 39 |
| Octal | 303 | 104 | 335 | 14 | 105 | 0 | 15 | 442 | 105 | 71 |
| Binary | 11000011 | 1000100 | 11011101 | 1100 | 1000101 | 0 | 1101 | 100100010 | 1000101 | 111001 |
Color Harmonies of #C344DD
Complementary color
Monochromatic Colors of #C344DD
Black with #C344DD
Text Example
Text Example
White with #C344DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344DD; }
p { color: rgb(195,68,221); }
H1.HeaderClassName
{
color: #C344DD;
}
.AnyTagClassName
{
color: #C344DD;
}
</style>
background-color css
<style>
a { background-color: #C344DD; }
a { background-color: rgb(195,68,221); }
div.DivClassName
{
background-color: #C344DD;
}
.BgClassName
{
background-color: #C344DD;
}
</style>
border-color css
<style>
span { border-color: #C344DD; }
span { border-color: rgb(195,68,221); }
td.TdClassName
{
border-color: #C344DD;
}
.TagClassName
{
border-color: #C344DD;
}
</style>