Shades of Medium Orchid #C343DD
Tints of Medium Orchid #C343DD
RGB
CMYK
RGB Variations
Color information
#C343DD (or 0xC343DD) is known color: Medium Orchid. HEX triplet: C3, 43 and DD. RGB value is (195,67,221). Sum of RGB (Red+Green+Blue) = 195+67+221=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #C343DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343DD is #3CBC22. Grayscale: #7A7A7A. Windows color (decimal): -3980323 or 14500803. OLE color: 14500803.
HSL color Cylindrical-coordinate representation of color #C343DD: hue angle of 289.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C343DD is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 67 | 221 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.13 |
| HSL | 289.87º | 0.69% | 0.56% | - |
| HSV(B) | 289.87º | 0.7% | 0.87% | - |
| XYZ | 37.56 | 20.84 | 70.45 | - |
| YUV | 122.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 221 | 0.12 | 0.70 | 0 | 0.13 | 289.87 | 0.69 | 0.56 |
| Hex | C3 | 43 | DD | C | 46 | 0 | D | 122 | 45 | 38 |
| Octal | 303 | 103 | 335 | 14 | 106 | 0 | 15 | 442 | 105 | 70 |
| Binary | 11000011 | 1000011 | 11011101 | 1100 | 1000110 | 0 | 1101 | 100100010 | 1000101 | 111000 |
Color Harmonies of #C343DD
Complementary color
Monochromatic Colors of #C343DD
Black with #C343DD
Text Example
Text Example
White with #C343DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343DD; }
p { color: rgb(195,67,221); }
H1.HeaderClassName
{
color: #C343DD;
}
.AnyTagClassName
{
color: #C343DD;
}
</style>
background-color css
<style>
a { background-color: #C343DD; }
a { background-color: rgb(195,67,221); }
div.DivClassName
{
background-color: #C343DD;
}
.BgClassName
{
background-color: #C343DD;
}
</style>
border-color css
<style>
span { border-color: #C343DD; }
span { border-color: rgb(195,67,221); }
td.TdClassName
{
border-color: #C343DD;
}
.TagClassName
{
border-color: #C343DD;
}
</style>