#C564EB

Color #C564EB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C564EB

Tints of Medium Orchid #C564EB

Color information

#C564EB (or 0xC564EB) is unknown color: approx Medium Orchid. HEX triplet: C5, 64 and EB. RGB value is (197,100,235). Sum of RGB (Red+Green+Blue) = 197+100+235=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #C564EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564EB is #3A9B14. Grayscale: #8F8F8F. Windows color (decimal): -3840789 or 15426757. OLE color: 15426757.

HSL color Cylindrical-coordinate representation of color #C564EB: hue angle of 283.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C564EB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197100235-
CMYK0.160.5700.08
HSL283.11º77.14%65.69%-
HSV(B)283.11º57.45%92.16%-
XYZ42.5826.9881.56-
YUV144.39179.14165.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 100 (39.45% from 255) = 18.80%
BLUE value IS 235 (92.19% from 255) = 44.17%
R=37.03%
G=18.80%
B=44.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971002350.160.5700.08283.1177.1465.69
HexC564EB10390811b4d42
Octal3051443532071010433115102
Binary11000101110010011101011100001110010100010001101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564EB; }

 p { color: rgb(197,100,235); }

 H1.HeaderClassName
 {
   color: #C564EB;
 }
 .AnyTagClassName
 {
   color: #C564EB;
 }
</style>
background-color css

<style>
 a { background-color: #C564EB; }

 a { background-color: rgb(197,100,235); }

 div.DivClassName
 {
   background-color: #C564EB;
 }
 .BgClassName
 {
   background-color: #C564EB;
 }
</style>
border-color css

<style>
 span { border-color: #C564EB; }

 span { border-color: rgb(197,100,235); }

 td.TdClassName
 {
   border-color: #C564EB;
 }
 .TagClassName
 {
   border-color: #C564EB;
 }
</style>