Shades of Medium Orchid #C264E6
Tints of Medium Orchid #C264E6
RGB
CMYK
RGB Variations
Color information
#C264E6 (or 0xC264E6) is known color: Medium Orchid. HEX triplet: C2, 64 and E6. RGB value is (194,100,230). Sum of RGB (Red+Green+Blue) = 194+100+230=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #C264E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264E6 is #3D9B19. Grayscale: #8E8E8E. Windows color (decimal): -4037402 or 15099074. OLE color: 15099074.
HSL color Cylindrical-coordinate representation of color #C264E6: hue angle of 283.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C264E6 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 100 | 230 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.10 |
| HSL | 283.38º | 0.72% | 0.65% | - |
| HSV(B) | 283.38º | 0.57% | 0.9% | - |
| XYZ | 41.09 | 26.3 | 77.77 | - |
| YUV | 142.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 230 | 0.16 | 0.57 | 0 | 0.10 | 283.38 | 0.72 | 0.65 |
| Hex | C2 | 64 | E6 | 10 | 39 | 0 | A | 11B | 48 | 41 |
| Octal | 302 | 144 | 346 | 20 | 71 | 0 | 12 | 433 | 110 | 101 |
| Binary | 11000010 | 1100100 | 11100110 | 10000 | 111001 | 0 | 1010 | 100011011 | 1001000 | 1000001 |
Color Harmonies of #C264E6
Complementary color
Monochromatic Colors of #C264E6
Black with #C264E6
Text Example
Text Example
White with #C264E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264E6; }
p { color: rgb(194,100,230); }
H1.HeaderClassName
{
color: #C264E6;
}
.AnyTagClassName
{
color: #C264E6;
}
</style>
background-color css
<style>
a { background-color: #C264E6; }
a { background-color: rgb(194,100,230); }
div.DivClassName
{
background-color: #C264E6;
}
.BgClassName
{
background-color: #C264E6;
}
</style>
border-color css
<style>
span { border-color: #C264E6; }
span { border-color: rgb(194,100,230); }
td.TdClassName
{
border-color: #C264E6;
}
.TagClassName
{
border-color: #C264E6;
}
</style>