Shades of Medium Orchid #C433DD
Tints of Medium Orchid #C433DD
RGB
CMYK
RGB Variations
Color information
#C433DD (or 0xC433DD) is known color: Medium Orchid. HEX triplet: C4, 33 and DD. RGB value is (196,51,221). Sum of RGB (Red+Green+Blue) = 196+51+221=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #C433DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C433DD is #3BCC22. Grayscale: #717171. Windows color (decimal): -3918883 or 14496708. OLE color: 14496708.
HSL color Cylindrical-coordinate representation of color #C433DD: hue angle of 291.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C433DD is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 51 | 221 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.13 |
| HSL | 291.18º | 0.71% | 0.53% | - |
| HSV(B) | 291.18º | 0.77% | 0.87% | - |
| XYZ | 37 | 19.32 | 70.19 | - |
| YUV | 113.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 221 | 0.11 | 0.77 | 0 | 0.13 | 291.18 | 0.71 | 0.53 |
| Hex | C4 | 33 | DD | B | 4D | 0 | D | 123 | 47 | 35 |
| Octal | 304 | 63 | 335 | 13 | 115 | 0 | 15 | 443 | 107 | 65 |
| Binary | 11000100 | 110011 | 11011101 | 1011 | 1001101 | 0 | 1101 | 100100011 | 1000111 | 110101 |
Color Harmonies of #C433DD
Complementary color
Monochromatic Colors of #C433DD
Black with #C433DD
Text Example
Text Example
White with #C433DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C433DD; }
p { color: rgb(196,51,221); }
H1.HeaderClassName
{
color: #C433DD;
}
.AnyTagClassName
{
color: #C433DD;
}
</style>
background-color css
<style>
a { background-color: #C433DD; }
a { background-color: rgb(196,51,221); }
div.DivClassName
{
background-color: #C433DD;
}
.BgClassName
{
background-color: #C433DD;
}
</style>
border-color css
<style>
span { border-color: #C433DD; }
span { border-color: rgb(196,51,221); }
td.TdClassName
{
border-color: #C433DD;
}
.TagClassName
{
border-color: #C433DD;
}
</style>