Shades of Medium Orchid #C465DD
Tints of Medium Orchid #C465DD
RGB
CMYK
RGB Variations
Color information
#C465DD (or 0xC465DD) is known color: Medium Orchid. HEX triplet: C4, 65 and DD. RGB value is (196,101,221). Sum of RGB (Red+Green+Blue) = 196+101+221=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C465DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465DD is #3B9A22. Grayscale: #8E8E8E. Windows color (decimal): -3906083 or 14509508. OLE color: 14509508.
HSL color Cylindrical-coordinate representation of color #C465DD: hue angle of 287.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C465DD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 101 | 221 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.13 |
| HSL | 287.5º | 0.64% | 0.63% | - |
| HSV(B) | 287.5º | 0.54% | 0.87% | - |
| XYZ | 40.47 | 26.26 | 71.34 | - |
| YUV | 143.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 221 | 0.11 | 0.54 | 0 | 0.13 | 287.5 | 0.64 | 0.63 |
| Hex | C4 | 65 | DD | B | 36 | 0 | D | 120 | 40 | 3F |
| Octal | 304 | 145 | 335 | 13 | 66 | 0 | 15 | 440 | 100 | 77 |
| Binary | 11000100 | 1100101 | 11011101 | 1011 | 110110 | 0 | 1101 | 100100000 | 1000000 | 111111 |
Color Harmonies of #C465DD
Complementary color
Monochromatic Colors of #C465DD
Black with #C465DD
Text Example
Text Example
White with #C465DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C465DD; }
p { color: rgb(196,101,221); }
H1.HeaderClassName
{
color: #C465DD;
}
.AnyTagClassName
{
color: #C465DD;
}
</style>
background-color css
<style>
a { background-color: #C465DD; }
a { background-color: rgb(196,101,221); }
div.DivClassName
{
background-color: #C465DD;
}
.BgClassName
{
background-color: #C465DD;
}
</style>
border-color css
<style>
span { border-color: #C465DD; }
span { border-color: rgb(196,101,221); }
td.TdClassName
{
border-color: #C465DD;
}
.TagClassName
{
border-color: #C465DD;
}
</style>