Shades of Medium Orchid #C264EA
Tints of Medium Orchid #C264EA
RGB
CMYK
RGB Variations
Color information
#C264EA (or 0xC264EA) is known color: Medium Orchid. HEX triplet: C2, 64 and EA. RGB value is (194,100,234). Sum of RGB (Red+Green+Blue) = 194+100+234=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #C264EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264EA is #3D9B15. Grayscale: #8E8E8E. Windows color (decimal): -4037398 or 15361218. OLE color: 15361218.
HSL color Cylindrical-coordinate representation of color #C264EA: hue angle of 282.09º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C264EA is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 100 | 234 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.08 |
| HSL | 282.09º | 0.76% | 0.65% | - |
| HSV(B) | 282.09º | 0.57% | 0.92% | - |
| XYZ | 41.66 | 26.52 | 80.77 | - |
| YUV | 143.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 234 | 0.17 | 0.57 | 0 | 0.08 | 282.09 | 0.76 | 0.65 |
| Hex | C2 | 64 | EA | 11 | 39 | 0 | 8 | 11A | 4C | 41 |
| Octal | 302 | 144 | 352 | 21 | 71 | 0 | 10 | 432 | 114 | 101 |
| Binary | 11000010 | 1100100 | 11101010 | 10001 | 111001 | 0 | 1000 | 100011010 | 1001100 | 1000001 |
Color Harmonies of #C264EA
Complementary color
Monochromatic Colors of #C264EA
Black with #C264EA
Text Example
Text Example
White with #C264EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264EA; }
p { color: rgb(194,100,234); }
H1.HeaderClassName
{
color: #C264EA;
}
.AnyTagClassName
{
color: #C264EA;
}
</style>
background-color css
<style>
a { background-color: #C264EA; }
a { background-color: rgb(194,100,234); }
div.DivClassName
{
background-color: #C264EA;
}
.BgClassName
{
background-color: #C264EA;
}
</style>
border-color css
<style>
span { border-color: #C264EA; }
span { border-color: rgb(194,100,234); }
td.TdClassName
{
border-color: #C264EA;
}
.TagClassName
{
border-color: #C264EA;
}
</style>