Shades of Medium Orchid #C264DA
Tints of Medium Orchid #C264DA
RGB
CMYK
RGB Variations
Color information
#C264DA (or 0xC264DA) is known color: Medium Orchid. HEX triplet: C2, 64 and DA. RGB value is (194,100,218). Sum of RGB (Red+Green+Blue) = 194+100+218=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #C264DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264DA is #3D9B25. Grayscale: #8D8D8D. Windows color (decimal): -4037414 or 14312642. OLE color: 14312642.
HSL color Cylindrical-coordinate representation of color #C264DA: hue angle of 287.8º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C264DA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 100 | 218 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.15 |
| HSL | 287.8º | 0.61% | 0.62% | - |
| HSV(B) | 287.8º | 0.54% | 0.85% | - |
| XYZ | 39.46 | 25.65 | 69.2 | - |
| YUV | 141.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 218 | 0.11 | 0.54 | 0 | 0.15 | 287.8 | 0.61 | 0.62 |
| Hex | C2 | 64 | DA | B | 36 | 0 | F | 120 | 3D | 3E |
| Octal | 302 | 144 | 332 | 13 | 66 | 0 | 17 | 440 | 75 | 76 |
| Binary | 11000010 | 1100100 | 11011010 | 1011 | 110110 | 0 | 1111 | 100100000 | 111101 | 111110 |
Color Harmonies of #C264DA
Complementary color
Monochromatic Colors of #C264DA
Black with #C264DA
Text Example
Text Example
White with #C264DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264DA; }
p { color: rgb(194,100,218); }
H1.HeaderClassName
{
color: #C264DA;
}
.AnyTagClassName
{
color: #C264DA;
}
</style>
background-color css
<style>
a { background-color: #C264DA; }
a { background-color: rgb(194,100,218); }
div.DivClassName
{
background-color: #C264DA;
}
.BgClassName
{
background-color: #C264DA;
}
</style>
border-color css
<style>
span { border-color: #C264DA; }
span { border-color: rgb(194,100,218); }
td.TdClassName
{
border-color: #C264DA;
}
.TagClassName
{
border-color: #C264DA;
}
</style>