#C564DA

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

Shades of Medium Orchid #C564DA

Tints of Medium Orchid #C564DA

Color information

#C564DA (or 0xC564DA) is unknown color: approx Medium Orchid. HEX triplet: C5, 64 and DA. RGB value is (197,100,218). Sum of RGB (Red+Green+Blue) = 197+100+218=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #C564DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564DA is #3A9B25. Grayscale: #8E8E8E. Windows color (decimal): -3840806 or 14312645. OLE color: 14312645.

HSL color Cylindrical-coordinate representation of color #C564DA: hue angle of 289.32º 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 #C564DA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197100218-
CMYK0.100.5400.15
HSL289.32º61.46%62.35%-
HSV(B)289.32º54.13%85.49%-
XYZ40.2426.0569.24-
YUV142.45170.64166.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 100 (39.45% from 255) = 19.42%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=38.25%
G=19.42%
B=42.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971002180.100.5400.15289.3261.4662.35
HexC564DAA360F1213d3e
Octal30514433212660174417576
Binary11000101110010011011010101011011001111100100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564DA; }

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

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

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

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

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

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

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

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