Shades of Medium Orchid #C264DD
Tints of Medium Orchid #C264DD
RGB
CMYK
RGB Variations
Color information
#C264DD (or 0xC264DD) is known color: Medium Orchid. HEX triplet: C2, 64 and DD. RGB value is (194,100,221). Sum of RGB (Red+Green+Blue) = 194+100+221=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #C264DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264DD is #3D9B22. Grayscale: #8D8D8D. Windows color (decimal): -4037411 or 14509250. OLE color: 14509250.
HSL color Cylindrical-coordinate representation of color #C264DD: hue angle of 286.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C264DD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 100 | 221 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.13 |
| HSL | 286.61º | 0.64% | 0.63% | - |
| HSV(B) | 286.61º | 0.55% | 0.87% | - |
| XYZ | 39.86 | 25.8 | 71.29 | - |
| YUV | 141.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 221 | 0.12 | 0.55 | 0 | 0.13 | 286.61 | 0.64 | 0.63 |
| Hex | C2 | 64 | DD | C | 37 | 0 | D | 11F | 40 | 3F |
| Octal | 302 | 144 | 335 | 14 | 67 | 0 | 15 | 437 | 100 | 77 |
| Binary | 11000010 | 1100100 | 11011101 | 1100 | 110111 | 0 | 1101 | 100011111 | 1000000 | 111111 |
Color Harmonies of #C264DD
Complementary color
Monochromatic Colors of #C264DD
Black with #C264DD
Text Example
Text Example
White with #C264DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264DD; }
p { color: rgb(194,100,221); }
H1.HeaderClassName
{
color: #C264DD;
}
.AnyTagClassName
{
color: #C264DD;
}
</style>
background-color css
<style>
a { background-color: #C264DD; }
a { background-color: rgb(194,100,221); }
div.DivClassName
{
background-color: #C264DD;
}
.BgClassName
{
background-color: #C264DD;
}
</style>
border-color css
<style>
span { border-color: #C264DD; }
span { border-color: rgb(194,100,221); }
td.TdClassName
{
border-color: #C264DD;
}
.TagClassName
{
border-color: #C264DD;
}
</style>