Shades of Medium Orchid #C264DC
Tints of Medium Orchid #C264DC
RGB
CMYK
RGB Variations
Color information
#C264DC (or 0xC264DC) is known color: Medium Orchid. HEX triplet: C2, 64 and DC. RGB value is (194,100,220). Sum of RGB (Red+Green+Blue) = 194+100+220=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #C264DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264DC is #3D9B23. Grayscale: #8D8D8D. Windows color (decimal): -4037412 or 14443714. OLE color: 14443714.
HSL color Cylindrical-coordinate representation of color #C264DC: hue angle of 287º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C264DC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 100 | 220 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.14 |
| HSL | 287º | 0.63% | 0.63% | - |
| HSV(B) | 287º | 0.55% | 0.86% | - |
| XYZ | 39.72 | 25.75 | 70.59 | - |
| YUV | 141.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 220 | 0.12 | 0.55 | 0 | 0.14 | 287 | 0.63 | 0.63 |
| Hex | C2 | 64 | DC | C | 37 | 0 | E | 11F | 3F | 3F |
| Octal | 302 | 144 | 334 | 14 | 67 | 0 | 16 | 437 | 77 | 77 |
| Binary | 11000010 | 1100100 | 11011100 | 1100 | 110111 | 0 | 1110 | 100011111 | 111111 | 111111 |
Color Harmonies of #C264DC
Complementary color
Monochromatic Colors of #C264DC
Black with #C264DC
Text Example
Text Example
White with #C264DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264DC; }
p { color: rgb(194,100,220); }
H1.HeaderClassName
{
color: #C264DC;
}
.AnyTagClassName
{
color: #C264DC;
}
</style>
background-color css
<style>
a { background-color: #C264DC; }
a { background-color: rgb(194,100,220); }
div.DivClassName
{
background-color: #C264DC;
}
.BgClassName
{
background-color: #C264DC;
}
</style>
border-color css
<style>
span { border-color: #C264DC; }
span { border-color: rgb(194,100,220); }
td.TdClassName
{
border-color: #C264DC;
}
.TagClassName
{
border-color: #C264DC;
}
</style>